|
|
|
|
|
|
|
|
|
|
|
|
|
|
| You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
|
| The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
|
| Syntax for calling a local or global procedure. |
|
|
|
|
|
|
|
| A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| 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 procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| The parameters can be passed to a procedure... |
|
|
|
|
|
|
|
| The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| The description of the parameter type is optional... |
|
|
|
|
|
|
|
| Deselects an appointment from an Organizer control. |
|
|
|
|
|
|
|
| Displays an Organizer control from a specified date or returns the date of the first day... |
|
|
|
|
|
|
|
| Returns the start or end date and time of the time slot selected in an Organizer control. |
|
|
|
|
|
|
|
| Returns the display mode of an Organizer control: day, week, month, ... |
|
|
|
|
|
|
|
| Returns:
the list of appointments found between two dates in an Organizer control,... |
|
|
|
|
|
|
|
| Returns for a given position in the Organizer control (coordinates of a point in the organizer):... |
|
|
|
|
|
|
|
| Selects an appointment in an Organizer control. |
|
|
|
|
|
|
|
| Defines a background color for a time slot in an Organizer control. |
|
|
|
|
|
|
|
| Modifies the time range displayed by an Organizer control (Day/Week/Month).... |
|
|
|
|
|
|
|
| Adds a new appointment to an Organizer control. |
|
|
|
|
|
|
|
| Moves the time area displayed to the next area (next weeks for example) in an Organizer control. |
|
|
|
|
|
|
|
| Moves the time area displayed to the previous area (previous weeks for example) in an Organizer... |
|
|
|
|
|
|
|
| Defines the time range displayed by the Organizer control in Day mode or in Week mode. |
|
|
|
|
|
|
|
| Reinitializes the content of an Organizer control from its data source (HFSQL data file... |
|
|
|
|
|
|
|
| Allows you to configure the video capture driver. |
|
|
|
|
|
|
|
| Connects the "Camera" control to a specific driver for video capture. |
|
|
|
|
|
|
|
| Returns the month displayed in a Calendar control. |
|
|
|
|
|
|
|
| Returns the date selected in a Calendar control. |
|
|
|
|
|
|
|
| Deselects a date in a multi-selection Calendar control. |
|
|
|
|
|
|
|
| Returns the number of days selected in a Calendar control. |
|
|
|
|
|
|
|
| Selects a date in a Calendar control. |
|
|
|
|
|
|
|
| Docks a Toolbar control to a window or changes the anchoring position of a docked Toolbar control. |
|
|
|
|
|
|
|
| Transforms a docked Toolbar control into a floating Toolbar control. |
|
|
|
|
|
|
|
| Indicates the display mode of a Toolbar control. |
|
|
|
|
|
|
|
| Refreshes a Looper control based on a data file from a given position: the modifications performed... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|