TReservedWordMode Enumeration
Specifies how reserved words are handled when used as identifiers in generated code.
Remarks
Underline appends an underscore to the identifier (e.g., type_).
Ampersand prefixes the identifier with an ampersand (e.g., &type).
Ignore outputs the identifier unchanged, even if it is a reserved word.
Syntax
Unit: Bcl.Code.DelphiGenerator
Members
| Name | Value | Description |
|---|---|---|
| Underline | 0 | |
| Ampersand | 1 | |
| Ignore | 2 |