Data.DBXCommon.TDBXConnection.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.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXConnection

Description

Gets list of supported command types for connection.

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

See Also