TCodeVarDeclarationStatement Class
Represents an inline variable declaration statement.
Syntax
Unit: Bcl.Code.MetaClasses
TCodeVarDeclarationStatement = class(TCodeStatement);
Constructors
| Name | Description |
|---|---|
| Create | Creates an inline variable declaration with the specified name, type, and initializer. |
Properties
| Name | Description |
|---|---|
| VarName | Gets or sets the variable name. |
| VarType | Gets or sets the type reference for the variable. |
| Expression | Gets or sets the initialization expression. |