Data.DBXCommonTable.TDBXCustomValueRow.SetColumns
Delphi
procedure SetColumns(const ValueTypes: TDBXValueTypeArray); override;
C++
virtual void __fastcall SetColumns(const Data::Dbxcommon::TDBXValueTypeArray ValueTypes);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.DBXCommonTable.pas Data.DBXCommonTable.hpp |
Data.DBXCommonTable | TDBXCustomValueRow |
Description
Sets the columns of the table.
The SetColumns method is used to set the columns of the TDBXTable to the given ValueTypes
.