Data.DBXDBReaders.TDBXMemoryTable.SetColumns

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Unit: Data.DBXDBReaders
Parent: TDBXMemoryTable

Delphi

procedure SetColumns(const Columns: TDBXValueTypeArray); override;

C++

virtual void __fastcall SetColumns(const Data::Dbxcommon::TDBXValueTypeArray Columns);

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