ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExeGetPID (Function)
Returns information about the current process.
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
EmailAddress (Type of variable)
The EmailAddress type is used to handle an email address as well as its type (home, office, etc.).
ocrOption (Type of variable)
The ocrOption type is used to define all the general options of the native OCR (Optical Character Recognition) system.
ToClipboard (Function)
Writes text or image information into the system clipboard.
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL Client/Server, OLE DB, etc.)....
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
XMLPath (Function)
Returns the current position in the document in XPATH format.
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
HTTPAddFile (Function)
Adds a file to the HTTP form.
SFRead (Function)
Retrieves the Salesforce records from their identifiers.
sfSearchResult (Type of variable)
The sfSearchResult type is used to find out the result of SFSearch...
HInfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
Items (Property)
The Items property is used to configure the different items of a full-text index.
HDeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
IntToHexa (Function)
Returns the hexadecimal string of a numeric value.