RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomProvider.Destroy Destructor

Frees an instance of a provider object.

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

Do not call Destroy directly. Instead, call Free, which checks that the provider is not nil before calling its Destroy method. If the provider's Owner is a remote data module, Destroy unregisters the provider from that remote data module. 

 

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