ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SocketCreate (Function)
Creates a socket.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
HIndex (Function)
Rebuilds the file index (".NDX" file).
fOpen (Function)
Opens an external file (ANSI or UNICODE) for programmatic manipulation.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
MySelf (Reserved word)
MySelf is used to handle the current control...
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
zipCreate (Function)
Creates an archive.
HOpenConnection (Function)
Opens a connection to a specific database.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
StringInsert (Function)
Inserts a string into another character string at a given position.
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.