RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EDBEngineError.Destroy Destructor

Disposes of the EDBEngineError instance and each TDBError instance.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~EDBEngineError();

Destroy first disposes of each TDBError instance referenced in the Errors property, then calls the inherited destructor to dispose of the EDBEngineError instance itself. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!