ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
zipOpenRAR (Function)
Opens an existing archive in RAR format.
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
grAutoRefreshCategoryLabel (Function)
Identifies or defines whether the category labels are refreshed whenever the chart is drawn.
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....
StringReverse (Function)
Reverses the characters of a string.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
StringInsert (Function)
Inserts a string into another character string at a given position.
Contains (Function)
Allows you to check if a substring is within a string.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
XMLToText (Function)
Converts a character string in XML format into a standard character string.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.