ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
Detection (Property)
The Detection property is used to determine and change the automatic detection of incoming streams. If the stream detection is enabled, the streams allows the detection.
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
MatMultiply (Function)
Multiplies two matrices.
TreeCollapse (Function)
Collapses a branch previously expanded.
TreeExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
AutoLineWrap (Property)
The AutoLineWrap property is used to: determine if the automatic line wrap feature is enabled in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control. set the line wrap mode in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control....
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
Provider (Property)
The Provider property is used to manage the type of a connection (HFSQL Client/Server, OLE DB, etc.)....
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
HSendMessageToClient (Function)
Displays a message on the client computers.
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
String functions
List of functions for managing character strings...
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
The Check Box control
A Check Box can correspond to......
Variables for managing the Drag and Drop