ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

GglDriveConnect (Function)
Creates a connection to Google Drive.
oDriveConnect( Function)
Creates a connection to an Drive OneDrive.
dpDriveConnect( Function)
Create a connection to an Drive Dropbox.
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
HOpenConnection (Example)
Usage example of the HOpenConnection function
Accessibility (Property)
The Accessibility property gets and sets the accessibility properties of a control.
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
dPen (Example)
Usage example of the dPen function
KioskEnable (Function)
Switches the current Android application to kiosk mode.
TreeMapSelectGroup (Function)
Visually selects a group of elements in a TreeMap control.
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
ActionRedo (Function)
Runs the last action canceled.
CharacterSpacing (Property)
The CharacterSpacing property gets and sets the spacing between characters.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.