ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Composite variable
A composite variable contains different types of elements (members)...
Declaring and using a variable
A variable is defined by name and type...
Checkers available in the code editor
The code editor proposes several tools used to correct the code...
Assignment operators
Three assignment operators are available...
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
IsNumeric (Function)
Enables you to find out whether a variable or a control is:
  • a numeric (integer, real, currency or numeric).
  • a string that can be converted into numeric.
Constant
The constants are language elements whose value is fixed once and for all...
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler...
IgnoreError (Property)
The IgnoreError property is used to specify ignored errors.
Price (Property)
The Price property is used to manage price of an element.
SerialNumber (Property)
The SerialNumber property is used to manage serial numbers.
Protocol (Property)
The Protocol property is used to identify and change the protocol used.
ContentType (Property)
The ContentType property is used to get and define the content of an element.
InterlineType (Property)
The InterlineType property is used to get and change the type of line spacing used.
DisplayOnly (Property)
The ReadOnly property is used you to determine if an element is read-only.
MaxSize (Property)
The MaxSize property is used to get and set a maximum size.
WholeDay
The WholeDay property is used to set an event for an entire day.
DescriptionStatusCode (Property)
The DescriptionStatusCode property is used to get the status description of the response...
SecondaryMessage (Property)
The SecondaryMessage property is used to get and change the secondary message displayed...
LargeIcon (Property)
The LargeIcon property is used to define the large icon used in notifications
ActionLabel (Property)
The ActionLabel property is used to get and change the label of the notification's action button....
Palette (Property)
The Palette keyword can correspond to:
Service (Property)
The Service property is used to get and change permissions.
Property (Property)
The Property property is used to get and change the properties of an element.
StatusCode
The StatusCode property gets the status of the response to the request.
RoughHeader (Property)
The RoughHeader is used to get the header returned with the response.
UploadProgress (Property)
The UploadProgress property gets the progress status of the POST request.
DownloadProgress (Property)
The DownloadProgress property gets the download progress notification.
Numbering
The Numbering property is used to describe the numbering of an element.
IndentFirstLine (Property)
The IndentFirstLine property is used to get and change the indent of the first line of an element.
Level
The Level property is used to get and change the numbering level.
PrivateKeyPassword (Property)
The PrivateKeyPassword property sets the key file password (for a private key connection).
StartTimestamp (Property)
The StartTimestamp property is used to set the start date and time of an action.