ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HSendMessageToClient (Function)
Displays a message on the client computers.
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
OrganizerTimeDisplayed (Function)
Defines the time range displayed by the Organizer control in Day mode or in Week mode.
HRead (Function)
Reads a record in a file according to a given record number.
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
zipExtractPath (Function)
Returns the path of a file found in the archive.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
TreeView Table control properties
List of properties associated with the TreeView Table control...
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
sEvent (Function)
Branches an event on a serial port.
EmailCloseSession (Example)
Usage example of the EmailCloseSession function
dFont (Example)
Usage example of the dFont function
HIndex (Function)
Rebuilds the file index (".NDX" file).
Supercontrol
A supercontrol is an advanced type of control......
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.