ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Execute (Function)
Starts the execution of a process through programming.
zipMerge (Example)
Usage example of the zipMerge function
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.
AssistedInputOpen (Function)
Opens the list of values proposed by the assisted input for an edit control.
AssistedInputClose (Function)
Closes the list of values proposed by the assisted input for an edit control.
HTMLNavigate (Function)
Starts navigation in an HTML Display control.
Browsing the HFSQL data files
The "Key" items are used to organize the records in a data file in order to optimize the browse or the search......
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
ToastDisplay (Function)
Displays a "Toast" message.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
zipSize (Example)
Usage example of the zipSize function
zipNbPartNeeded (Example)
Usage example of the zipNbPartNeeded function
FilterCondition (Property)
The FilterCondition property allows you to know the selection condition set by HFilter on a data file, HFSQL view or query.
GPSEnd (Function)
Indicates the end of the use of geolocation functions.
MapInfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map control.
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Wi-Fi functions
Functions for Wi-Fi management...
ContactListSource (Function)
Lists the sources (or accounts) of the contacts saved on the device.
SchedulerPositionResource (Function)
Displays a given resource in a Scheduler control or returns the position of first visible resource in a Scheduler control.
OrganizerToiCalendar (Function)
Exports the appointments found in an Organizer control in iCalendar format.
<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.