|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Reinitializes the content of an Organization Chart control from its data source (HFSQL data file... |
|
|
|
|
|
|
Adds a child element into an Organization Chart control. |
|
|
|
|
|
|
Returns the index of the element found at a given position in an Organization Chart control. |
|
|
|
|
|
|
Modifies an element in an Organization Chart control. |
|
|
|
|
|
|
Returns the number of elements found in an Organization Chart control. |
|
|
|
|
|
|
Creates an image representing the entire Organization Chart control. |
|
|
|
|
|
|
Returns the index of the selected element in an Organization Chart control. |
|
|
|
|
|
|
Adds a new root element into an Organization Chart control. |
|
|
|
|
|
|
Deselects an element from an Organization Chart control. |
|
|
|
|
|
|
Selects an element in an Organization Chart control. |
|
|
|
|
|
|
Deletes an element and its "children" from an Organization Chart control. |
|
|
|
|
|
|
Deletes all elements from an Organization Chart control. |
|
|
|
|
|
|
Forces the closing of the drop-down list in a Combo Box control (simple or multi-column Combo Box). |
|
|
|
|
|
|
Expands the list of a Combo Box control (single-column or multi-column Combo Box). |
|
|
|
|
|
|
Refreshes a List Box, ListView or Combo Box control based on a data file. |
|
|
|
|
|
|
Seeks an element in a List Box control (standard List Box or ListView) or in a Combo Box control... |
|
|
|
|
|
|
Inserts an element into a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
Modifies an element in a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
Returns the number of elements in a List Box, ListView or Combo Box control. |
|
|
|
|
|
|
Displays a List Box (or a ListView) control from a specified element or returns the index... |
|
|
|
|
|
|
Returns the index of the selected element in a List Box, ListView or Combo Box control. |
|
|
|
|
|
|
Deselects an element in a List Box, ListView or Combo Box control. |
|
|
|
|
|
|
Returns the number of elements selected in a List Box, ListView or Combo Box control. |
|
|
|
|
|
|
Selects one or more elements in a List Box, ListView or Combo Box control. |
|
|
|
|
|
|
Deletes an element from a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|