RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBXSQLDA.Destroy Destructor

Destroys the XSQLDA structure.

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

Do not call Destroy directly. Call Free instead. Free checks to ensure that the object instance is not nil before calling Destroy. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!