ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
HRead (Function)
Reads a record in a file according to a given record number.
mongoFindOption (Type of variable)
The mongoFindOption type is used to define the advanced characteristics of a search in a MongoDB database.
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
EventChange (Function)
Modifies the status of an event.
sEvent (Function)
Branches an event on a serial port.
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
FTPConnect (Example)
Usage example of the FTPConnect function
InfoBuild (Function)
Displays a custom message in a system information window.
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
HChangeName (Function)
Modifies the physical name of a data file.
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
DefaultValue (Property)
The DefaultValue property is used to: Find out the default value of an item. This item was defined in the data model editor or through programming. Define the default value of an item (when describing the item through programming)....
ConnectionTimeout (Property)
The ConnectionTimeout property is used to manage the connection timeout.