|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
Returns the index of the break header and footer for a given break in a Table control. |
|
|
|
|
|
|
Returns for a given position in a Table or TreeView Table control (coordinates of a control point):... |
|
|
|
|
|
|
Modifies a row in:
a Table control,
a TreeView Table control,
a table displayed in a Combo... |
|
|
|
|
|
|
Modifies a column in a horizontal Table control. |
|
|
|
|
|
|
Modifies a row in:
a Table control,
a TreeView Table control.... |
|
|
|
|
|
|
Adds an element in last position:
of a one-dimensional WLanguage array.
of an advanced array... |
|
|
|
|
|
|
Adds a row at the end:
of a one- or two-dimensional WLanguage array.
of an advanced... |
|
|
|
|
|
|
Adds an element to a one-dimensional WLanguage array taking into account:
the sort criteria... |
|
|
|
|
|
|
Adds an existing popup menu to the main menu of the current window. |
|
|
|
|
|
|
Copies an image to another image. |
|
|
|
|
|
|
Returns the dominant (i.e. most frequent) color of an image found in an Image control. |
|
|
|
|
|
|
Blends two images together. This allows you to create fade-in effects between 2 images. |
|
|
|
|
|
|
Inverts the colors in an Image control. |
|
|
|
|
|
|
Modifies the lightness of an image contained in an Image control. |
|
|
|
|
|
|
Links (or not) the points found in a "Scatter" chart. |
|
|
|
|
|
|
Defines the size of points in a "Scatter" chart. |
|
|
|
|
|
|
Modifies the opacity factor of a series in a chart. |
|
|
|
|
|
|
Modifies the text of an option in the context menu of a chart. |
|
|
|
|
|
|
Modifies the orientation of chart axes. |
|
|
|
|
|
|
Modifies the start and end marks on one of the chart axes. |
|
|
|
|
|
|
Retrieves or modifies a chart parameter. |
|
|
|
|
|
|
Modifies the font used for the category labels of a chart. |
|
|
|
|
|
|
Modifies the font used for the chart legend. |
|
|
|
|
|
|
Modifies the font used for the chart title. |
|
|
|
|
|
|
Modifies the font used for the titles of the chart axes. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|