Data.DBXCommon.TDBXCallbackValue.SetRowValue

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SetRowValue; override;

C++

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

Description

Sets the value of the FDbxRow field.

SetRowValue updates the value of the FDbxRow field to this TDBXCallbackValue.

See Also