ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Programming the table cells
The Table controls can be handled......
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
SQLLast (Function)
Sets the position on the last row of the query result.
grGradient (Function)
Enables or disables the display of color gradients in a chart.
WinRateDDW (Function)
Gets and sets the dimming rate for windows that use the DDW (Dim Disabled Windows) feature.
fClose (Function)
Closes an external file.
ArraySort (Function)
Sorts a WLanguage array.
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
HDescribeItem (Function)
Describes a file item through programming.
LDAPSession structure
The LDAPSession structure is a preset structure of WLanguage (no declaration is required)......
HAddGroup (Function)
Adds a group of users.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
LooperCollapse (Function)
Collapses a break that was expanded beforehand in a Looper control.
fMoveDir (Example)
Usage example of the fMoveDir function
rssTextInput (Type of variable)
The rssTextInput type is used to describe the input area of RSS stream...
Keywords (Property)
The Keywords property is used to get and modify the keywords associated with a page.
Geolocation functions/GPS
The following functions are used to handle geolocation data and to control GPS devices......
VibrationTrigger (Function)
Triggers the vibrations of the device.
HModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
VariantMember (Type of variable)
The VariantMember type is an advanced type corresponding to an array of members, each member being a variant variable.