|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Clears a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
Adds an element programmatically to a List Box, ListView, Combo Box or Carousel control. |
|
|
|
|
|
|
Creates an image in the Image Editor control. |
|
|
|
|
|
|
Closes the image found in an Image Editor control. |
|
|
|
|
|
|
Opens an image in an Image Editor control. |
|
|
|
|
|
|
Saves the image displayed in the Image Editor control. |
|
|
|
|
|
|
Used to specify the mark caption for a 3D Scatter chart. |
|
|
|
|
|
|
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
Displays the gridlines for the different planes of a 3D Scatter chart. |
|
|
|
|
|
|
Deletes the captions of marks found in a 3D Scatter chart |
|
|
|
|
|
|
Indicates the start of a series of actions performed in a Word Processing control in a single event... |
|
|
|
|
|
|
Finds a text in the document displayed by a PDF Reader control and highlights the occurrences... |
|
|
|
|
|
|
Inserts a new option into a Check Box control. |
|
|
|
|
|
|
Returns the number of options found in a Check Box control. |
|
|
|
|
|
|
Deletes an option from a Check Box control. |
|
|
|
|
|
|
Adds a new option into a Radio Button control. |
|
|
|
|
|
|
Inserts a new option into a Radio Button control. |
|
|
|
|
|
|
Returns the number of options found in a Radio Button control. |
|
|
|
|
|
|
Deletes an option from a Radio Button control. |
|
|
|
|
|
|
Adds a new dynamic row into a Multiline Zone control. |
|
|
|
|
|
|
Inserts a new dynamic row in a Multiline Zone control. |
|
|
|
|
|
|
Deletes a dynamic row from a Multiline Zone control. |
|
|
|
|
|
|
Deletes all dynamic rows from a Mutiline Zone control. |
|
|
|
|
|
|
Stops the automatic slide on a Sliding Banner control. |
|
|
|
|
|
|
Displays the last plane of a Sliding Banner control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|