Data.DBXCommonTable.TDBXCustomValueRow.SetColumns

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: TDBXCustomValueRow

Delphi

procedure SetColumns(const ValueTypes: TDBXValueTypeArray); override;

C++

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

Description

Sets the columns of the table.

The SetColumns method is used to set the columns of the TDBXTable to the given ValueTypes.

See Also