ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

15. Creating the executable in practice
Creating the executable in practice...
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
ComboOpen (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
ThreadPause (Function)
Pauses the current thread during the specified duration.
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
ControlToSource (Function)
Assigns the control value to the source of a control link.
StatCovariance (Function)
Calculates the covariance between two series of values.
fRename (Function)
Modifies the name of a file.
CertificateCheckString (Function)
Checks the correspondence between a signature and a string.
The HTML control
The HTML control displays HTML pages or HTML code......
Database schema editor: the different types of links
There are different types of links between the tables......
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
Radio Button control properties
List of properties associated with a Radio Button control...
Creating an executable: General options
The main executable options are as follows......
EmulateActionBar (Function)
Emulates an Action Bar during the automated tests run on a mobile device (Android or iOS).
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
Hourglass (External language)
Displays a mouse pointer shaped like an hourglass.
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.