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

Description

Sets the columns of a DBX memory table.

The SetColumns method sets the columns of a DBX memory table. The Columns parameter is essentially an array of TDBXValueTypes and contains metadata (like name, caption, data type, size, and so on) for the columns of the DBX memory table.

See Also