Data.DBXCommonTable.TDBXRowTable.CreateValues
[–] 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.