Data.DBXClient.TDBXClientConnection.DerivedGetCommandTypes
Delphi
procedure DerivedGetCommandTypes(const List: TStrings); override;
C++
virtual void __fastcall DerivedGetCommandTypes(System::Classes::TStrings* const List);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | Data.DBXClient.pas Data.DBXClient.hpp | Data.DBXClient | TDBXClientConnection | 
Description
Populates a string list with command types.
DerivedGetCommandTypes is called by GetCommandTypes to populate a string list List with command types.
Every class derived from TDBXConnection must implement this.