ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailGetIndicator (Function)
Retrieves the indicators defined on an email of IMAP session.
EmulatePane (Function)
Emulates the selection of a pane in a Tab, Ribbon or Sidebar control.
EmulateActionBar (Function)
Emulates an Action Bar during the automated tests run on a mobile device (Android or iOS).
EmulateCheckBox (Function)
Emulates the selection of an option in a Check Box control.
EmulateRadioButton (Function)
Emulates the selection of an option in a Radio Button control.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
ThreadRequestStop (Function)
Sends a stop request to a thread.
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
HImportXLS (Function)
Imports an XLS file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
EventOpen (Function)
Opens a synchronization event between several threads.
EventClose (Function)
Closes a synchronization event between several threads.
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
dTextRTF (Function)
Draws RTF text: in an Image control, in an Image variable....
NumToFinancialWritingChinese (Function)
Converts a numeric value (integer, real or currency) to a string in the Chinese financial writing format.
ParallelTaskConfigure (Function)
Modifies the parameters of parallel tasks.
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
grSunburstGetData (Function)
Retrieves a numeric value from a Sunburst chart.