ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
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.
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
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....
Port (Property)
The Port property is used to identify and change a server connection port.
gglNotification (Type of variable)
The gglNotification type is used to define information about event notifications in a calendar.
ThreadEnd (Function)
Ends the execution of the current thread.
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
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......
DataType (Function)
Identifying the type of a WLanguage variable.
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.