ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Type (Example)
Usage example of the Type property
BurnerMediaInfo (Function)
Retrieves the characteristics of the CD/DVD found in the current burner....
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
WordToArray (Function)
Fills an array with the words from a string.
zipSize (Example)
Usage example of the zipSize function
CDEject (Function)
Opens or closes the door of CD/DVD player selected on the current computer....
fClose (Function)
Closes an external file.
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Power (Function)
Raise a number to a power.
ControlExecuteClosing (Function)
Runs the closing WLanguage event of an office control and displays its confirmation dialog if necessary.
sfLeadConvert (Type of variable)
The sfLeadConvert type is used to describe the conversion parameters of a lead...
iPrintZone (Example)
Usage example of the iPrintZone function
WDTrans: Delete the records in transaction
Transforms all the records "in transaction" into "normal" records if these records do not belong to a transaction currently in progress......
HExportJSON (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to a JSON file.
ExtractLine (Function)
Extracts a specific line from a character string.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
CurrentMonth (Function)
Returns the number of the current month.
memcachedConnection (Type of variable)
The memcachedConnection type is used to define the characteristics of a connection to a Memcached server.
HToItem (Function)
Assigns the specified value to an item of the current record.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
HListKey (Example)
Usage example of the HListKey function