ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
HModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.
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.
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.
CertificateSignString (Function)
Creates the signature of a character string.
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.
HConnect (Example)
Usage example of the HConnect function
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
The Static control
A Static control is a control used to display a static text......
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
Constants for the archiving functions
List of constants used by the archiving functions....
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.