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...
H.TemporaryDirectory (Variable)
Allows you to force the directory used to store the temporary files when reindexing the HFSQL data...
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
sfSessionInfo (Type of variable)
The sfSessionInfo type is used to get information about the current session...
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
sfObject (Type of variable)
The sfObject type is used to describe a record of a SalesForce file...
sfError (Type of variable)
The sfError type is used to find out the characteristics of an error returned by Salesforce...
sfSaveResult (Type of variable)
The sfSaveResult type is used to find out the result of SFAdd and SFModify...
sfEmptyRecycleBinResult (Type of variable)
The sfEmptyRecycleBinResult type is used to find out the result of SFEmptyRecycleBin...
sfMergeResult (Type of variable)
The sfMergeResult type is used to find out the result of SFMerge...
sfMergeRequest (Type of variable)
The sfMergeRequest type is used to describe the elements to merge during the call to SFMerge...
gglOrganization (Type of variable)
The gglOrganization type is used to describe the companies and organizations to which the contact...
rssCategory (Type of variable)
The rssCategory type is used to handle the category of a RSS stream or stream entry.
rssCloud (Type of variable)
The rssCloud type is used to describe the method for subscribing to the notifications...
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
rssStream (Type of variable)
The rssStream type is used to handle a RSS stream...
rssIdentifier (Type of variable)
The rssIdentifier type is used to describe the unique identifier of a RSS stream entry...
rssImage (Type of variable)
The rssImage type is used to describe the image of a RSS stream...
rssTextInput (Type of variable)
The rssTextInput type is used to describe the input area of RSS stream...
rssSource (Type of variable)
The rssSource type is used to describe the source of an entry for an RSS stream...
gglDocument (Type of variable)
The gglDocument type is used to handle a Google document...
gglConnection (Type of variable)
The gglConnection type is used to describe a connection to the Google services and to manage...
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
sfProcessSubmitRequest (Type of variable)
The sfProcessSubmitRequest type is used to describe a Salesforce record (also called a Salesforce...
1
2
3
4
5
6
133
>