Data.DBXCommonTable.TDBXTable.GetCommand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCommand: TObject; virtual;

C++

virtual System::TObject* __fastcall GetCommand();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXTable

Description

Returns the command to execute on the table.

GetCommand is the getter method for the Command property. By default, GetCommand returns nil for Delphi and NULL for C++, so every descendant of TDBXTable must implement this method.

See Also