Data.DBXClient.TDBXClientConnection.DerivedGetCommands

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: TDBXClientConnection

Delphi

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

C++

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

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