RAD Studio VCL Reference
|
Gets list of known commands for command type.
procedure GetCommands(const CommandType: UnicodeString; List: TWideStrings); overload; procedure GetCommands(const CommandType: UnicodeString; List: TStrings); overload;
__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!
|