Prev Next

Parameter Field Substitution Macros

This table lists each of the Parameter field substitution macros.

Field substitution macros are named according to Camel casing. Macros that represent checkboxes return a value of 'T' if the box is selected. Otherwise the value is empty.

Parameter Macros

Macro Name

Description

See also

paramClassifierGUID

The unique GUID for the classifier of the current parameter.

paramDefault

Operation 'Parameters' dialog: 'Default' field.

paramFixed

Operation 'Parameters' dialog: 'Fixed' checkbox.

paramGUID

The unique GUID for the current parameter.

paramIsEnum

True, if the parameter uses the enum keyword (C++).

paramKind

Operation 'Parameters' dialog: 'Kind' field.

paramName

Operation 'Parameters' dialog: 'Name' field.

paramNotes

Operation 'Parameters' dialog: 'Notes' field.

paramQualType

The parameter type qualified by the namespace path (if generating namespaces) and the classifier path (dot delimited). If the parameter classifier has not been set, is equivalent to the paramType macro.

paramType

Operation 'Parameters' dialog: 'Type' field.