|
|
|
|
|
- Properties specific to Syntax Description variables
Syntax Description (Variable type) In french: Description de Syntaxe
Syntax Description variables are used to programmatically describe the syntax of a report, window or page. You can define and change the characteristics of this type of variable using different WLanguage properties. Note: A description of the syntax is available in the report, window or page definition. You can get this definition using GetTypeDefinition. Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable. Description_état is Definition = GetTypeDefinition(ETAT_CommandesClients)
Description_syntaxe is Description of Syntaxe = Description_état.DeclarationSyntax
Properties Properties specific to Syntax Description variables The following properties can be used to define the characteristics of Syntax Description variables: | | | Property name | Type used | Effect |
---|
VariableNumberOfParameters | Boolean | - True if the syntax has a variable number of parameters,
- False otherwise.
This property is read-only. | Parameter | Array of Parameter Description | Details of each parameter of the syntax. | New in SaaSReturnType | Array of Parameter Description | Details of each return value returned by the syntax. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|