ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipExtractPath (Function)
Returns the path of a file found in the archive.
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...
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)....
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.
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......
HSendMessageToClient (Function)
Displays a message on the client computers.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
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
Supercontrol
A supercontrol is an advanced type of control......
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
PhysicalName (Property)
The PhysicalName property is used to manage the physical name of HFSQL data files.
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
dCopyImage (Example)
Usage example of the dCopyImage function