Data.DBXCommonTable.TDBXDelegateTable.SetColumns
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
Unit: Data.DBXCommonTable | |
Parent: TDBXDelegateTable |
Delphi
procedure SetColumns(const Columns: TDBXValueTypeArray); override;
C++
virtual void __fastcall SetColumns(const Data::Dbxcommon::TDBXValueTypeArray Columns);
Description
Sets the columns of the table.
Data.DBXCommonTable.TDBXDelegateTable.SetColumns inherits from Data.DBXCommonTable.TDBXTable.SetColumns. All content below this line refers to Data.DBXCommonTable.TDBXTable.SetColumns.
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.