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

Destroys an instance of TSQLResolver.

Most applications should not delete instances of TSQLResolver. SQL resolvers are freed automatically by the provider components that use them.

See Also