Data.DBXCommonTable.TDBXTable.Command

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: TDBXTable

Delphi

property Command: TObject read GetCommand;

C++

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

Description

Specifies the command to execute.

Command specifies the command to execute on the table.

See Also