ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

StringReverse (Function)
Reverses the characters of a string.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
HOpen (Function)
Opens a data file.
zipNbPart (Function)
Returns the number of sub-archives (parts) of an archive in CAB, RAR, ZIP, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format.
Indirection operators
Operators { and operators } operators are used to access a field, variable, class member or table item by dynamically constructing the name of the field, variable, class member or item...
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
FileToMemory (Function)
Automatically initializes the values of the members of a structure or class with the values of the items of the current record.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
Contains (Function)
Allows you to check if a substring is within a string.
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
Internal component
An internal component is a set of elements from a project......