RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseProvider.Destroy Destructor

Frees an instance of a provider object.

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

Do not call Destroy directly. Instead, call Free, which checks that the provider is not nil before calling the Destroy method. 

 

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