Data.DBXDBReaders.TDBXTableStorage.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 |
public | Data.DBXDBReaders.pas Data.DBXDBReaders.hpp |
Data.DBXDBReaders | TDBXTableStorage |
Description
Sets the columns of the table. {{#multireplace:Data.DBXDBReaders.TDBXTableStorage.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.