Data.SqlExpr.TSQLMonitor.Destroy

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TSQLMonitor();

Propriétés

Type Visibilité  Source Unité  Parent
destructor public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLMonitor

Description

Libère la mémoire associée à l'objet TSQLMonitor.

N'appelez pas directement Destroy. A la place, appelez Free, qui vérifie que l'instance du moniteur SQL n'a pas la valeur nil avant d'appeler Destroy.

Voir aussi