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

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