ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
GestureNbPointer (Function)
Returns the number of pointers in contact with the screen.
GestureCurrentPointer (Function)
Returns the pointer index (finger or stylus) that triggered the call to a process specific to the multi-touch feature in an Image control.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
MapItineraryDistance (Function)
Calculates the distance of an itinerary in a Map control.
ByReference (Property)
The ByReference property is used to determine if a procedure parameter was passed by reference.
Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
Setup in MSI format
You have the ability to create a setup program in MSI standard......
Radial Bar chart
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
GranularityAppointment (Property)
The GranularityAppointment gets and changes the precision of the grid used to define appointments in Organizer or Scheduler controls. Property kept for backward compatibility.
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
dText (Example)
Usage example of the dText function
Installing the monitoring robot
The monitoring robot includes three executables......
Principle for running threads
At runtime, an application runs in a main thread......