ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
XMLModify (Function)
Modifies the content of the current element found in the XML document.
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
diffApply (Function)
Applies a difference buffer to a specific buffer.
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
OCRExtractText (Function)
Reads the text contained in an image.
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
AutomaticLink (Property)
The AutomaticLink property is used to: determine if the automatic link detection mode is enabled, enable or disable the automatic link detection mode....
XMLAddAttribute (Function)
Adds an attribute into an XML document.
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
Null (keyword)
The "Null" keyword can correspond to:
OLELoad (Function)
Initializes an OLE control with an OLE object.
H.ErrIgnore (Variable)
Specifies the mode for processing the errors: the errors are processed by WINDEV the errors are processed by the program....
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
zipChangePath (Example)
Usage example of the zipChangePath function
zipInfoFile (Example)
Usage example of the zipInfoFile function
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users......
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......