Data.Win.ADODB.TADOCommand.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TADOCommand();

Properties

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