ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gglNotification (Type of variable)
The gglNotification type is used to define information about event notifications in a calendar.
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
HModifyScheduledOptimization (Function)
Modifies a scheduled optimization task on the HFSQL server defined by the connection.
Option (Property)
The Option property is used to get and change certain options.
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
Constant
The constants are language elements whose value is fixed once and for all...
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
WEBDEV 2024 Tutorial - Table of contents
gglPhoneNumber (Type of variable)
The gglPhoneNumber type is used to describe and modify the phone number of a contact...
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
Events associated with List Box controls
List of events associated with List Box controls...
ThreadEnd (Function)
Ends the execution of the current thread.
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
Pop (Function)
Pops an element from a stack.
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
WINDEV Mobile 2024 Tutorial - Table of contents
Opacity (Property)
The Opacity property is used to get and change the opacity of an element.
BackgroundTaskAdd (Function)
Adds a new background task.
Confirm (External language)
Displays a dialog box that includes a logo, a message, the "Yes", "No" and "Cancel" buttons ans returns the button validated by the user.
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.