ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ControlTab (Function)
Returns the name of the Tab control that contains the specified control.
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
<Page>.Address (Function)
Used to find out the Internet address of a page.
Site Map control properties
List of properties associated with a Site Map control...
Pager control properties
The WLanguage properties are used to handle the Pager control in server code and in browser code......
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
Automatic calculations in a Table control (AAF)
ImageXPos (Function)
Returns the horizontal position (X) of the mouse cursor in relation to the specified Image control.
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
XML functions
List of XML functions...
Multiple generation
Project configurations are used to easily define the different "targets" of your project......
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
grPointInfo (Function)
Returns the screen coordinates of a point or the screen coordinates of a value found in a chart.
Captcha control properties
The Captcha control can be handled by the WLanguage properties in server code and in browser code.
Peeling Corner control properties
Cell control properties
List of properties associated with the Cell control...
SpreadsheetAllowProcedure (Function)
Allows the use of a WLanguage function/procedure in a formula of a Spreadsheet control....
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB, RAR or WDZ.
FolderData (Function)
FolderData is kept for backward compatibility.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
grImageSize (Function)
Defines the size of the image containing the chart.