RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXConnection.GetCommands Method (UnicodeString, TStrings)

Gets list of known commands for command type.

Pascal
procedure GetCommands(const CommandType: UnicodeString; List: TWideStrings); overload;
procedure GetCommands(const CommandType: UnicodeString; List: TStrings); overload;
C++
__fastcall GetCommands(const UnicodeString CommandType, TWideStrings List);
__fastcall GetCommands(const UnicodeString CommandType, TStrings List);

This method populates a list with the known commands for CommandType

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!