Data.DBXCommonTable.TDBXTable.Command

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Command: TObject read GetCommand;

C++

__property System::TObject* Command = {read=GetCommand};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXTable

Description

Specifies the command to execute.

Command specifies the command to execute on the table.

See Also