Data.SqlExpr.TSQLConnection.GetCommandTypes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetCommandTypes(List: TStrings);

C++

void __fastcall GetCommandTypes(System::Classes::TStrings* List);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLConnection

Description

Populates a string list with command types.

Call GetCommandTypes to retrieve a list of tables in the associated database. For example, the following line fills a list box with command types:

SQLConnection1.GetCommandTypes(ListBox1.Items);

See Also