API:Datasnap.Provider.TSQLResolver.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TSQLResolver();

Properties

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