ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Reflection functions
  • Properties specific to Syntax Description variables
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Syntax Description (Type of variable)
In french: Description de Syntaxe
Syntax Description variables are used to programmatically describe the syntax of a report, window or page. The characteristics of this type of variable can be defined and changed using different WLanguage properties.
Remark: The syntax description can be found in the definition of the report, window or page. You can get this definition using GetTypeDefinition.
Remark: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Example
Description_report is Definition = GetTypeDefinition(RPT_CustomerOrders)
Syntax_description is Syntax Description = Description_report.DeclarationSyntax
Properties

Properties specific to Syntax Description variables

The following properties can be used to handle Syntax Description variables:
Property nameType usedEffect
VariableNumberOfParametersBoolean
  • True if the syntax has a variable number of parameters,
  • False otherwise.
This property is read-only.
ParameterArray of Parameter DescriptionDetails of each parameter of the syntax.
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2023

Send a report | Local help