API:Data.Bind.DBXScope.TSubDataSetProvider.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
Data.Bind.DBXScope.pas
Data.Bind.DBXScope.hpp
Unit: Data.Bind.DBXScope
Parent: TSubDataSetProvider

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TSubDataSetProvider();

Description

Frees an instance of a dataset provider.

Data.Bind.DBXScope.TSubDataSetProvider.Destroy inherits from Datasnap.Provider.TDataSetProvider.Destroy. All content below this line refers to Datasnap.Provider.TDataSetProvider.Destroy.

Frees an instance of a dataset provider.

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.

See Also