Data.DBXClient.TDBXClientCommand.DerivedOpen

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXClient.pas
Data.DBXClient.hpp
Unit: Data.DBXClient
Parent: TDBXClientCommand

Delphi

procedure DerivedOpen; override;

C++

virtual void __fastcall DerivedOpen();

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