ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
fUnlock (Function)
Entirely or partially unlocks an external file.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
TimelineDeleteAll (Function)
Deletes all events and tracks from a TimeLine control.
Table,Add (External language)
Adds an element to a Table control.
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
LDAPListAttribute (Function)
Lists the object attributes in an LDAP server.
Installing a SOAP server with Apache
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
CrosshairColor (Property)
The CrosshairColor property is used to get and change the color of the crosshair in a Chart control.
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
Error 1055: 'Ancestor' can only be used in the code of a class derived from a class
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
WDInst: configuring the characteristics of the file setup
WDInst is used to configure the installation of files......
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
Table,Search (External language)
Searches for a value in a Table control populated programmatically.