Data.Bind.DBXScope.TSubDataSetProvider.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TSubDataSetProvider(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| destructor | public | Data.Bind.DBXScope.pas Data.Bind.DBXScope.hpp |
Data.Bind.DBXScope | TSubDataSetProvider |
Description
Frees an instance of a dataset provider. {{#multireplace:Data.Bind.DBXScope.TSubDataSetProvider.Destroy|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Datasnap.Provider.TDataSetProvider.Destroy|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Datasnap.Provider.TDataSetProvider.Destroy|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.