TCodeTryFinallyStatement Class
Represents a try..finally statement.
Syntax
Unit: Bcl.Code.MetaClasses
TCodeTryFinallyStatement = class(TCodeStatement);
Constructors
| Name | Description |
|---|---|
| Create | Creates a try-finally statement with the specified body and finally statements. |
Properties
| Name | Description |
|---|---|
| Statements | Gets the statements in the try block. |
| FinallyStatements | Gets the statements in the finally block. |