Data.SqlExpr.TSQLMonitor.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TSQLMonitor

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TSQLMonitor();

Description

Frees the memory associated with the TSQLMonitor object.

Do not call Destroy directly. Instead, call Free, which verifies that the SQL monitor instance is not nil before calling Destroy.

See Also