ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
CertificateSignString (Function)
Creates the signature of a character string.
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
UploadCurrentFile (Function)
Indicates the file currently uploaded via the Upload control.
H.ErrIgnore (Variable)
Specifies the mode for processing the errors: the errors are processed by WINDEV the errors are processed by the program....
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table control. in a Pivot Table control. in a List Box and ListView control. in a Looper control. in a Calendar control. of files in an Upload control....
HTTPRequest (Function)
Starts an HTTP request on a server.
sfSeekUpdatedResult (Type of variable)
The sfSeekUpdatedResult type is used to find out the result of SFSeekModified...
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
ContextClose (Function)
Closes a page context.
Miscellaneous Windows constants
List of constants used by the Windows functions....
SQLExec (Example)
Usage example of the SQLExec function
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.