- 2.2.13.9 -
TMT Pascal Language Description
Pascal Language Structure
OOP Extensions
Fail procedure
Called from within a constructor,
Fail
causes the constructor to de-allocate a dynamic object it has just allocated.
Declaration:
procedure
Fail;
Remarks:
Fail
must be called only if one of the constructor's operations fails.
Constructors
Table of Content
Using New Procedure (OOP)
- 2.2.13.9 -