Data.DBXClient.TDBXClientCommand.DerivedOpen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DerivedOpen; override;

C++

virtual void __fastcall DerivedOpen();

Properties

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

Description

Opens the command.

DerivedOpen is called by TDBXCommand.Open to open the command when using a DataSnap connection. Every class derived from TDBXCommand must implement it.

See Also