ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipNbFile (Example)
Usage example of the zipNbFile function
grSunburstPullOut (Function)
Pulls out a section (or all the sections) in a Sunburst chart.
MouseYPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.), returns the vertical position (Y) of the mouse cursor in relation to the field or window in question.
HModify (Example)
Usage example of the HModify function
<Destination>.CopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
ListDelete (Example)
Usage example of the ListDelete function
ListSelect (Example)
Usage example of the ListSelect function
ControlClone (Example)
Usage example of the ControlClone function
sOpen (Example)
Usage example of the sOpen function
grSourceCategoryLabel (Example)
Usage example of the grSourceCategoryLabel function
grSunburstSectionColor (Function)
Changes the color of a portion of a Sunburst chart.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
Table field linked to a table (Table file)
A data-bound Table control linked to a table is a field whose columns are linked to fields in a table or query (data source)......
LooperDelete (Function)
Deletes a row from a Looper control.
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
Printing nested reports
To create a main report containing several secondary reports:...
Automatic management of exceptions
The management of exceptions can be customized by process......
DotNetDelegate (Example)
Usage example of the DotNetDelegate function
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.