Data.DBXClient.TDBXClientConnection.DerivedGetCommandTypes
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DBXClient.pas Data.DBXClient.hpp
| |
| Unit: Data.DBXClient | |
| Parent: TDBXClientConnection | |
Delphi
procedure DerivedGetCommandTypes(const List: TStrings); override;
C++
virtual void __fastcall DerivedGetCommandTypes(System::Classes::TStrings* const List);
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.