Data.DBXMetaDataReader.TDBXCustomMetaDataTable.GetCommand
Delphi
function GetCommand: TObject; override;
C++
virtual System::TObject* __fastcall GetCommand(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | Data.DBXMetaDataReader.pas Data.DBXMetaDataReader.hpp |
Data.DBXMetaDataReader | TDBXCustomMetaDataTable |
Description
Returns the command to execute on the table. {{#multireplace:Data.DBXMetaDataReader.TDBXCustomMetaDataTable.GetCommand|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommonTable.TDBXTable.GetCommand|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommonTable.TDBXTable.GetCommand|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.