RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXConnection.GetCommandTypes Method (TStrings)

Gets list of supported command types for connection.

Pascal
procedure GetCommandTypes(List: TWideStrings); overload;
procedure GetCommandTypes(List: TStrings); overload;
C++
__fastcall GetCommandTypes(TWideStrings List);
__fastcall GetCommandTypes(TStrings List);

This method populates a list with the supported command types for this connection. TDBXCommandTypes provides constant names for the most common command types. 

 

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