Data.DBXJSONReflect.TTransientField.TypeInstance

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: TTransientField

Delphi

property TypeInstance: TObject read FTypeInstance write FTypeInstance;

C++

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

Description

Represents the object instance owning the field value.

The TypeInstance specifies the object instance owning the field value.

See Also