TCodeWhileStatement Class
Represents a while..do loop statement.
Syntax
Unit: Bcl.Code.MetaClasses
TCodeWhileStatement = class(TCodeStatement);
Constructors
| Name | Description |
|---|---|
| Create | Overloaded Create(string) Create(TCodeExpression, TArray<TCodeStatement>) |
Properties
| Name | Description |
|---|---|
| Condition | Gets or sets the loop condition expression. |
| Statements | Gets the statements in the loop body. |