Data.DBXClient.TDBXClientConnection.DerivedGetCommands

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DerivedGetCommands(const CommandType: string; const List: TStrings); override;

C++

virtual void __fastcall DerivedGetCommands(const System::UnicodeString CommandType, System::Classes::TStrings* const List);

Properties

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

Description

Gets the list of known commands for the given command type.

DerivedGetCommands is called by GetCommands to get the list of known commands into the List for the command type given by the CommandType parameter.

Every class derived from TDBXConnection must implement this.


See Also