ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
End of Document block
The End of document block is run once at the end of the report execution......
rssCategory (Type of variable)
The rssCategory type is used to handle the category of a RSS stream or stream entry.
rssTextInput (Type of variable)
The rssTextInput type is used to describe the input area of RSS stream...
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
CertificateSignString (Function)
Creates the signature of a character string.
HModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
AssistedInputConfigure (Function)
Used to configure the filter and the opening of assisted input.
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.
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
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.
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
The Calculated control
The "Calculated" control is used to perform calculations in a report......
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
4. Debugging modes
There are two different modes to debug a WINDEV Mobile application...
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......