RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBNavigator.Destroy Destructor

Destroys an instance of TDBNavigator.

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

Do not call Destroy directly in an application. Instead, call Free. Free checks that the TDBNavigator reference is not nil and only then calls destroy. 

 

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