Data.DBXClient.TDBXClientCommand.DerivedClose

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DerivedClose; override;

C++

virtual void __fastcall DerivedClose();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientCommand

Description

Closes the command.

DerivedClose is called by TDBXCommand.Close to close the command when using a DataSnap connection. Every class derived from TDBXCommand must implement it.

See Also