ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
End of Document block
The End of document block is run once at the end of the report execution......
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
hScheduledOptimization (Type of variable)
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task on an HFSQL server.
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
MapAddItinerary (Function)
Adds an itinerary onto a Map control.
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
btleDevice (Type of variable)
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
Coloring a row, a column or a cell found in a control (AAF)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to color the data found in the control......
sysNotificationButton (Type of variable)
The sysNotificationButton type is used to define all the advanced characteristics of Button control in an interactive notification.
Writing to the Free Technical Support
When you encounter a problem, try to isolate it and to reproduce it by using the minimum number of elements......
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
MaxWidth (Property)
The MaxWidth property is used to get and change the maximum width of a control or window.
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.