ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
SourceFile (Property)
The SourceFile property is used to set the characteristics of a link.
FinError (Function)
Returns the number of the last error caused by a Finxxx function (financial functions).
xlsNbRows (Function)
xlsNbRows is kept for backward compatibility only.
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
SocketConfigure (Function)
Configures the use of Socket functions.
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
Manager of automated tests
The test manager is used to......
KeySize (Property)
The KeySize property is used to set the characteristics of a text memo key item.
dbgWriteWarningAudit (Function)
Writes a custom runtime warning into the dynamic audit.
NbArrayElement (Property)
NbArrayElement is used to configure the number of elements in an array item.
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Error (External language)
Displays a dialog box containing an error logo and the message passed in parameter.
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
Info (External language)
Displays a dialog box containing an information logo and the message passed in parameter.
LinkedFile (Property)
The LinkedFile property is used to set the characteristics of a link.
ModificationRule (Property)
The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code.
HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
XMLElementName (Function)
Returns the name of current element (tag or attribute).
XMLElementType (Function)
Returns the type of current element (tag or attribute).
HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
PageParameter (Example)
Usage example of the PageParameter function
Code statistics
The code statistics affect......
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...