ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Reflection functions
  • Properties specific to Parameter 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
Parameter Description (Type of variable)
In french: Description de Paramètre
Parameter Description variables are used to programmatically describe a parameter.
The characteristics of this type are returned by several WLanguage properties. This type of variable is used by Syntax Description variables.
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
// Iterates over the parameters of the report
FOR EACH x OF Syntax_description.Parameter
Trace(x.Name)
END
Properties

Properties specific to Parameter Description variables

The following properties can be used to handle Parameter Description variables:
Property nameType usedEffect
NameCharacter stringParameter name.
This property is read-only.
TypeDefinitionType of parameter.
This property is read-only.
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/24/2023

Send a report | Local help