ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OLE DB provider for HFSQL
The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB......
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor).
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
Execute (Function)
Starts the execution of a process through programming.
RegistryValueType (Function)
Returns the type of value found in the registry.
H.TemporaryDirectory (Variable)
Allows you to force the directory used to store the temporary files when reindexing the HFSQL data files.
CapsLockVerify (Function)
Checks whether the CapsLock key is pressed.
IBANValid (Function)
Checks the validity of an International Bank Acount Number (IBAN).
SendKey (Function)
Simulates the keystrokes and the mouse actions.
diffApply (Function)
Applies a difference buffer to a specific buffer.
BitcoinValidAddress (Function)
Checks whether a Bitcoin wallet address is valid.
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
Control (Type of variable)
The Control type is used to define the characteristics of a control.
ToolTipColor (Function)
Modifies the colors used for displaying the tooltips.
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
ExecuteAncestor (Function)
When the code is overridden, used to run the process of the template corresponding to the process of the current control.
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
User Groupware and multilingual application/site
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.
Wait (Function)
Temporarily stops the program execution.