Product Documentation

VCL/CLX Developers Guide

Previous Topic

Next Topic

Methods

Create

constructor Create(const Msg : string);

The constructor for the Exception handling class.

Destroy

destructor Destroy();

The destructor for the Exception handling class. Do not call Destroy directly. The object has to be destroyed with the inherited (TObject) Free() method.

GetError

function GetError() : CTDBRET;

Retrieves the error that has generated the ECtError exception.

See the Borland documentation for all methods and properties related to the Exception class. All of them are implemented in the c-treeVCL/CLX layer.

TOCIndex