ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EventChange (Function)
Modifies the status of an event.
PhysicalName (Property)
The PhysicalName property is used to manage the physical name of HFSQL data files.
sEvent (Function)
Branches an event on a serial port.
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.
fUnlock (Function)
Entirely or partially unlocks an external file.
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
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.
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
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.
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.