Data.DBXCommon.TDBXJSONValue.SetRowValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetRowValue; override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXJSONValue

Description

Sets the value of the FDbxRow field.

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

See Also