|
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
The MyParameters keyword is used to handle the parameters passed to a WLanguage 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 parameters can be passed to a procedure... |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
Deletes the captions of marks found in a Surface chart. |
|
|
|
|
|
|
Configures the size of a specific point in a Line or Scatter chart. |
|
|
|
|
|
|
Defines the title of X-axis and the title of Y-axis in a chart. |
|
|
|
|
|
|
Modifies the shape of point for a specific category or value found in a Line, Area, Scatter... |
|
|
|
|
|
|
Modifies the type of point for a series found in a Line, Area, Scatter and Radar chart. |
|
|
|
|
|
|
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart. |
|
|
|
|
|
|
Indicates the color for a type of category in a Waterfall chart. |
|
|
|
|
|
|
Indicates the category type of a Waterfall chart. |
|
|
|
|
|
|
Adds data at a precise moment in a time chart. |
|
|
|
|
|
|
Retrieves a data from a stock chart (candlestick, barcharts or minmax). |
|
|
|
|
|
|
Allows you to:
Sort a Looper control according to one or more attributes.
Sort a Looper... |
|
|
|
|
|
|
Returns information about the series found at a specific chart point. |
|
|
|
|
|
|
Retrieves a data from a chart. |
|
|
|
|
|
|
Used to display two different types of charts in the same chart. |
|
|
|
|
|
|
Retrieves a data from a Surface chart. |
|
|
|
|
|
|
Reinitializes the content of a Scheduler control from its data source (HFSQL file for example). |
|
|
|
|
|
|
Moves the time area displayed on the previous area (previous weeks for example) in a Scheduler... |
|
|
|
|
|
|
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control. |
|
|
|
|
|
|
Adds a new appointment into a Scheduler control. |
|
|
|
|
|
|
Adds a new resource into a Scheduler control. |
|
|
|
|
|
|
Modifies the period (which means the number of days) displayed by a Scheduler control. |
|
|
|
|
|
|
Defines the time range displayed by the Scheduler control in Day mode or in Week mode. |
|
|
|
|
|
|
Returns the appointment, the resource or the date found at given position in a Scheduler control. |
|
|
|
|
|
|
Returns:
the list of appointments found between two dates in a Scheduler control,... |
|
|
|
|
|
|
Deselects an appointment from a Scheduler control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|