|
|
|
|
|
|
|
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... |
|
|
|
|
|
|
Identifies the opacity of a pixel in an image (in an Image variable) with an Alpha channel. |
|
|
|
|
|
|
Resizes an image in an Image variable. |
|
|
|
|
|
|
Rotates an image in an Image variable. |
|
|
|
|
|
|
Saves an image contained in an Image variable:
in a file in BMP format.
in memory.... |
|
|
|
|
|
|
Saves an image found in an Image variable:
in a file in GIF format.
in memory.... |
|
|
|
|
|
|
Saves an image in icon format either in a file, or in memory. |
|
|
|
|
|
|
Saves an image found in an Image variable:
in a PNG file.
in memory.... |
|
|
|
|
|
|
Deletes all the drawings made since the last call to dStartDrawing. |
|
|
|
|
|
|
Indicates that the drawing functions that will be used are intended for an Image variable. |
|
|
|
|
|
|
Flips an image contained in an Image variable with respect to a horizontal axis (symmetry... |
|
|
|
|
|
|
Flips an image contained in an Image variable with respect to a vertical axis (symmetry... |
|
|
|
|
|
|
Saves an image found in an Image variable:
in a JPEG file.
in memory.... |
|
|
|
|
|
|
Adds an element to the queue. |
|
|
|
|
|
|
Checks the status of a Facebook session. |
|
|
|
|
|
|
Stops the Facebook session that was started by FBStartSession. |
|
|
|
|
|
|
Used to authenticate and log in to Faceboook. |
|
|
|
|
|
|
Gets the Facebook information of the connected user. |
|
|
|
|
|
|
Sends an HTTP request to the Facebook Graph API. |
|
|
|
|
|
|
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode). |
|
|
|
|
|
|
Disconnects the user from the Google services used. During the next re-connection,... |
|
|
|
|
|
|
Creates and/or updates data on the Google server (addition or modification of data).... |
|
|
|
|
|
|
Uploads a document to the Google server. |
|
|
|
|
|
|
Retrieves the list of Google calendars associated with the specified Google account. |
|
|
|
|
|
|
Retrieves the list of contacts associated with the specified Google account. |
|
|
|
|
|
|
Retrieves a list of contacts from custom parameters. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|