|
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
The parameters can be passed to a procedure... |
|
|
|
|
|
|
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure. |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
Transforms an image by applying perspective correction. |
|
|
|
|
|
|
Identifies or modifies the type of chart. |
|
|
|
|
|
|
Defines the type of series used in a composite chart (chart containing several types of charts). |
|
|
|
|
|
|
Indicates the spacing between each data category in a column chart or in a Minimum/Maximum stock... |
|
|
|
|
|
|
Displays and formats:
the tooltip associated with each section of a chart (section of a Pie... |
|
|
|
|
|
|
Initializes the category color for a chart whose type is:
Pie,
Column,
Bubble chart,... |
|
|
|
|
|
|
Tests the validity of a tax number in Italy. |
|
|
|
|
|
|
Copies the content of an array to another array. |
|
|
|
|
|
|
Tests the validity of a tax number in Switzerland. |
|
|
|
|
|
|
Tests the validity of a tax number in Brazil. |
|
|
|
|
|
|
Tests the validity of a tax number in Belgium. |
|
|
|
|
|
|
Deletes the selected rows from a Table or Treeview Table control. |
|
|
|
|
|
|
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call... |
|
|
|
|
|
|
Pauses a stopwatch in order to measure the time spent on a process. |
|
|
|
|
|
|
Stops and resets a running stopwatch. |
|
|
|
|
|
|
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause. |
|
|
|
|
|
|
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running... |
|
|
|
|
|
|
Automatically initializes the controls of a window with:
the values of the bound items... |
|
|
|
|
|
|
Automatically updates the controls of a page with:
the values of the bound items in the current... |
|
|
|
|
|
|
Automatically updates:
the value of the items in a data file with the value of the controls... |
|
|
|
|
|
|
Returns the index of the current layout in the window or internal window. |
|
|
|
|
|
|
Applies a specific layout to:
a window.
an internal window.... |
|
|
|
|
|
|
Creates a Repositionable Note control. |
|
|
|
|
|
|
Deselects all the controls when the interface is modified by the end user ("Allow end users... |
|
|
|
|
|
|
Returns one of the controls selected when the interface is modified by the end user ("Allow end... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|