Table of Contents

TCodeTryExceptStatement Class

Represents a try..except statement.

Syntax

Unit: Bcl.Code.MetaClasses

TCodeTryExceptStatement = class(TCodeStatement);

Constructors

Name Description
Create Creates a try-except statement with the specified body and except statements.

Properties

Name Description
Statements Gets the statements in the try block.
ExceptStatements Gets the statements in the except block.