Data.SqlExpr.TSQLConnection.GetCommandTypes

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TSQLConnection

Delphi

procedure GetCommandTypes(List: TStrings);

C++

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

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