ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns in the whole application.
fClose (Function)
Closes an external file.
LooperSelectCount (Function)
Returns the number of selected rows in a Looper control.
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
Sum (Function)
Calculates the sum of the array elements.
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
HListKey (Function)
Returns the list of keys in a table (query or view) recognized by the HFSQL engine.
dPolyline (Function)
Draws a line composed of multiple segments.
zipCreate (Function)
Creates an archive.
HPrevious (Function)
Sets the position on the previous record of the table according to a browse item.
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
zipAddFile (Function)
Automatically adds and compresses any type of file into a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive.
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
Warning (Function)
Displays a custom message in a system warning window.
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users......
grDeleteSeries (Function)
Deletes a data series from a chart.
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
FTPConnect (Example)
Usage example of the FTPConnect function