|
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
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... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
The parameters can be passed to a procedure... |
|
|
|
|
|
|
Returns the index of the selected element in a List Box, ListView or Combo Box control. |
|
|
|
|
|
|
Displays a List Box or ListView control from a specified element or returns the index of the first... |
|
|
|
|
|
|
Calculates the width (in pixels) of the text displayed in an edit control, in a Combo Box control... |
|
|
|
|
|
|
Returns the number of elements in a List Box, ListView or Combo Box control. |
|
|
|
|
|
|
Calculates the height (in pixels) of the text displayed in an edit control, in a Static control... |
|
|
|
|
|
|
Modifies an element in a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
Returns the text without the formatting characteristics specific to the RTF format. |
|
|
|
|
|
|
Inserts an element into a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
Replaces or inserts a character string in an RTF control (found in a window or in a report)... |
|
|
|
|
|
|
Searches for an element in a List Box, ListView or Combo Box control (including the values... |
|
|
|
|
|
|
Finds a character string in an RTF control (found in a window or in a report) or in a character... |
|
|
|
|
|
|
Adds an element to a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
Inserts a character string in RTF into the content of an RTF control (found in a window... |
|
|
|
|
|
|
Refreshes a List Box, ListView or Combo Box control based on a data file |
|
|
|
|
|
|
Loads a file in RTF in an RTF control (found in a window or in a report). |
|
|
|
|
|
|
Populates a List Box or Combo Box control programmatically with the records from a data file... |
|
|
|
|
|
|
Adds a character string (in RTF or not) at the end of RTF edit control, RTF control in a report... |
|
|
|
|
|
|
Describes the text value to display and to return when retrieving the value of an element found... |
|
|
|
|
|
|
Stops the current process and forces the input in the specified control, window or page. |
|
|
|
|
|
|
Loads an image in memory so that it can be used later by gImage. |
|
|
|
|
|
|
Reinitializes:
all the controls found in the current window or page (including the groups... |
|
|
|
|
|
|
Retrieves the characteristics of an image file or the characteristics of a PDF file :
format,... |
|
|
|
|
|
|
Identifies the "parent" of a graphic object: control, column, window, page, ... |
|
|
|
|
|
|
Automatically opens a context menu for the current control, window or page. |
|
|
|
|
|
|
Returns the name of the Tab control that contains the specified control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|