ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
ThreadPause (Function)
Pauses the current thread during the specified duration.
InitParameter (Function)
Initializes the management of persistent values.
BuildBrowsingTable (Function)
Creates a Table control from the items of a table (view or query).
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
MapConfigureGglAPI (Function)
Declares additional parameters for the Map control that will be transmitted to the Google API.
Pictorial Percentage chart
The Pictorial Percentage chart illustrates data as percentages, using shapes......
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
HInfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
SeriesColor (Property)
The SeriesColor property is used to: Find out the color of a series in a chart. Modify the color of a series in a chart....
HModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").