Data.DBXJSONReflect.TTransientField.TypeInstance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TypeInstance: TObject read FTypeInstance write FTypeInstance;

C++

__property System::TObject* TypeInstance = {read=FTypeInstance, write=FTypeInstance};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TTransientField

Description

Represents the object instance owning the field value.

The TypeInstance specifies the object instance owning the field value.

See Also