Datasnap.Provider.TCustomResolver.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: TCustomResolver

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomResolver();

Description

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