Data.DBXDBReaders.TDBXParamsTable.SetColumns

From RAD Studio API Documentation
Jump to: navigation, search

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.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Data.DBXDBReaders TDBXParamsTable

Description

Sets the columns of the table.

Data.DBXDBReaders.TDBXParamsTable.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.

See Also