RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDataSetUpdateObject.Destroy Destructor

Frees all resources associated with this instance.

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

Do not call Destroy directly in an application. Usually destruction of objects is handled automatically by Delphi. If an application creates its own instance of an update object, however, the application should call Free, which verifies that the update object is not already freed before calling Destroy. 

 

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