Data.DBXJSONReflect.TTransientField.TypeInstance
[–] 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.