ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Associative array (Type of variable)
An associative array is an "advanced" type of array...
SocketConnect (Function)
Connects a client computer to a given socket.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
List,Get (External language)
Retrieves the value of a given element or the value of the selected element in a drop-down list or in an expanded list.
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
ChronoReset (Function)
Stops and resets a running stopwatch.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.