Data.DBXCommonTable.TDBXRowTable.CreateValues

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: TDBXRowTable

Delphi

procedure CreateValues; overload; virtual;

C++

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

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