Data.Win.ADODB.TADOCommand.Destroy

From RAD Studio API Documentation

[–] Properties
Type: destructor
Visibility: public
Source:
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Unit: Data.Win.ADODB
Parent: TADOCommand

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TADOCommand();

Description

Destroys the command component.

Do not call Destroy directly in an application. Instead, call Free. Free verifies that the command component is not nil, and only then calls Destroy.

Destroy performs the following tasks:

See Also