Data.DBXCommon.TDBXJSONValue.SetRowValue

From RAD Studio API Documentation
Jump to: navigation, search

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

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 TDBXJSONValue.

See Also