|
|
|
|
|
|
|
A composite variable contains different types of elements (members)... |
|
|
|
|
|
|
A variable is defined by name and type... |
|
|
|
|
|
|
The code editor proposes several tools used to correct the code... |
|
|
|
|
|
|
Three assignment operators are available... |
|
|
|
|
|
|
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc. |
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
The constants are language elements whose value is fixed once and for all... |
|
|
|
|
|
|
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler... |
|
|
|
|
|
|
Opens a PDF document and loads it in a pdfDocument variable. |
|
|
|
|
|
|
WINDEV allows you to programmatically handle ListView controls...... |
|
|
|
|
|
|
The indirection operators ({ }) are used to handle an object whose name is found in a variable...... |
|
|
|
|
|
|
operation before it is considered as successful (mongoWriteConcern variable).
the management mode... |
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically...... |
|
|
|
|
|
|
The Date property is used to:
Retrieve the date from a DateTime variable.
Modify the date... |
|
|
|
|
|
|
The Time property enables you to:
Retrieve the time from a DateTime variable.
Modify the time... |
|
|
|
|
|
|
WEBDEV allows you to handle a Slider control through programming.... |
|
|
|
|
|
|
WINDEV allows you to handle a Scrollbar control through programming...... |
|
|
|
|
|
|
An Action Bar can be handled through programming. To do so, use the variable corresponding... |
|
|
|
|
|
|
The InDays property is used to convert a Duration variable to days. |
|
|
|
|
|
|
The InHours property is used to convert a Duration variable to hours. |
|
|
|
|
|
|
The InMinutes property is used to convert a Duration variable to minutes. |
|
|
|
|
|
|
The InSeconds property is used to convert a Duration variable to seconds. |
|
|
|
|
|
|
The InMilliseconds property is used to convert a Duration variable to milliseconds. |
|
|
|
|
|
|
Adds an attribute to an automatic variable generated by the import of a Webservice. |
|
|
|
|
|
|
Copies the screen content to an Image variable or to an Image control. |
|
|
|
|
|
|
Draws RTF text:
in an Image control,
in an Image variable.... |
|
|
|
|
|
|
Closes the PDF file loaded in memory in a pdfDocument variable. |
|
|
|
|
|
|
The & operator returns the address of a variable as an integer |
|
|
|
|
|
|
Converts the value stored in a Variant variable]. |
|
|
|
|
|
|
Resets all the variables of the email structure or all the variables of an Email variable. |
|
|
|
|
|
|
Changes the hue of an image:
in an Image control,
in an Image variable.... |
|
|
|
|
|
|
Executes an XPATH query:
in an XML document.
in an xmlDocument variable.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|