Data.DBXCommon.TDBXCommand.Close

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Close; virtual;

C++

virtual void __fastcall Close();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXCommand

Description

Close the command and any associated resources.

This method closes the command and any associated resources. It is normally called by the destructor.

See Also