RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetProvider.Destroy Destructor

Frees an instance of a data set provider.

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

Do not call Destroy directly. Instead, call Free, which checks that the reference to the provider is not nil before calling its Destroy method. Destroy frees all helper objects, including the resolver component referenced by the Resolver property. 

 

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