TCodeVarDeclaration.Create Constructor
Creates a variable declaration with the specified name and type.
Syntax
Unit: Bcl.Code.MetaClasses
constructor TCodeVarDeclaration.Create(AName: string; AType: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AName | string | The variable name. | |
| AType | string | The variable type name. |