TCodeAttributeDeclaration.Create Constructor
Creates an attribute declaration with the specified name.
Syntax
Unit: Bcl.Code.MetaClasses
constructor TCodeAttributeDeclaration.Create(AName: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AName | string | The attribute name. |