ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Dequeue (Function)
Removes an element from the queue.
Pop (Function)
Pops an element from a stack.
AppointmentAdd (Function)
Adds an appointment: in a Lotus Notes or Outlook calendar. in a calendar on a mobile device (Android or iOS)....
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
BarVisible (Property)
The BarVisible property is used to manage the selection bar on a column in a Table or TreeView Table control.
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
Handling report blocks
The different operations available on report blocks are as follows......
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
ExeListProcess (Function)
Returns the list of applications currently run.
iCloseReport (Function)
Stops printing the current report immediately.
diagBorder (Type of variable)
The diagBorder type is used to define all the advanced characteristics of a border (or borders) of a shape used in a diagram.
CameraParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
Array management functions
List of functions for managing arrays...
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
9-slice scaling
The 9-slice scaling allows you to resize the images harmoniously......
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
EventTimeline (Type of variable)
The EventTimeline type is used to define the advanced characteristics of an event displayed in a Timeline control.
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.