Datasnap.Provider.TBaseProvider.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TBaseProvider();

Properties

Type Visibility Source Unit Parent
destructor public
Datasnap.Provider.pas
Datasnap.Provider.hpp
Datasnap.Provider 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.

See Also