API:Datasnap.Provider.TSQLResolver.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
Datasnap.Provider.pas
Datasnap.Provider.hpp
Unit: Datasnap.Provider
Parent: TSQLResolver

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TSQLResolver();

Description

Frees an instance of a resolver object.

Datasnap.Provider.TSQLResolver.Destroy inherits from Datasnap.Provider.TCustomResolver.Destroy. All content below this line refers to Datasnap.Provider.TCustomResolver.Destroy.

Frees an instance of a resolver object.

Applications rarely have to destroy resolvers explicitly. Once a resolver has been assigned as the Resolver property of a provider, the provider is responsible for freeing the resolver.

See Also