Data.DBXCommonTable.TDBXDelegateTable.SetColumns
Delphi
procedure SetColumns(const Columns: TDBXValueTypeArray); override;
C++
virtual void __fastcall SetColumns(const Data::Dbxcommon::TDBXValueTypeArray Columns);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Data.DBXCommonTable.pas Data.DBXCommonTable.hpp |
Data.DBXCommonTable | TDBXDelegateTable |
Description
Sets the columns of the table. {{#multireplace:Data.DBXCommonTable.TDBXDelegateTable.SetColumns|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommonTable.TDBXTable.SetColumns|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.SetColumns|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Sets the columns of the table.
The SetColumns method is used to set the columns of the TDBXTable to the given Columns. SetColumns is to be implemented in derived classes.