ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
xlsColumnTitle (Example)
Usage example of the xlsColumnTitle function
HIndex (Function)
Rebuilds the file index (".NDX" file).
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
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.
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....
AlternativeText (Property)
The AlternativeTextproperty is used to get and edit the alternative text of controls in a page.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
RulerVisible (Property)
The RulerVisible property is used to: Determine if a playhead is visible in a TimeLine control. Show or hide a playhead in a TimeLine control....
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
WEBDEV element styles
Controls from a WEBDEV project are associated with WEBDEV styles......
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
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.
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......