Data.SqlExpr.TSQLMonitor.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TSQLMonitor();

Properties

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