Data.DBXCommonTable.TDBXRowTable.CreateValues

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateValues; overload; virtual;

C++

virtual void __fastcall CreateValues()/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXRowTable

Description

Creates writable values for all columns in the specified row.

The CreateValues method creates the writable values for all the columns in the specified row.

The Context parameter specifies the DBX context, while the LocalColumns and Row parameters specify the given row and its columns.

See Also