ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
PDFMergeWithPassword (Function)
Merges several existing and password-protected PDF files into a single PDF file.
DashSaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
MarginWidth (Property)
The MarginWidth property is used to: Find out the horizontal margin between the widgets found in a Dashboard control. Modify the horizontal margin between the widgets found in a Dashboard control....
MarginHeight (Property)
The MarginHeight property is used to: Find out the vertical margin between the widgets found in a Dashboard control. Modify the vertical margin between the widgets found in a Dashboard control....
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
CalculatedDefaultValue (Property)
The CalculatedDefaultValue property is used to: Find out the SQL expression that defines the default value of an item. This item was defined in the data model editor or through programming. Define the SQL expression that returns the default value of an item (item described through programming only)....
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Thread management functions
List of functions for managing threads...
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
ControlContextMenu (Function)
Identifies the control on which the context menu was opened.
ElementHeight (Property)
The ElementHeight property is used to: Find out or modify the height of the elements in an Organization Chart control. Find out or modify the height of the cells in a Dashboard control....
MatRead (Function)
Reads the value of a matrix element.
SQLSeek (Function)
Positions on the specified result row of the query.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
MaxThumbnailHeight (Property)
The MaxThumbnailHeight property is used to get and change the maximum height of a thumbnail of an Image item (binary memo).
XMLModify (Function)
Modifies the content of the current element found in the XML document.
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file.
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
Bluetooth functions
List of Bluetooth functions...
ThreadResume (Function)
Resumes the execution of a thread that was interrupted by ThreadSuspend. Function not recommended.
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.