Datasnap.Provider.TBaseProvider.Destroy
| [–] Properties | |
|---|---|
| Type: destructor | |
| Visibility: public | |
| Source: Datasnap.Provider.pas Datasnap.Provider.hpp | |
| Unit: Datasnap.Provider | |
| Parent: TBaseProvider | |
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TBaseProvider();
Description
Frees an instance of a provider object.
Do not call Destroy directly. Instead, call Free, which checks that the provider is not nil before calling the Destroy method.