Data.DBXJSONReflect.TTransientField

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTTransientField
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: Data.DBXJSONReflect

Delphi

TTransientField = class

C++

class PASCALIMPLEMENTATION TTransientField : public System::TObject

Description

Represents the class holder for transient fields.

The TTransientField class holds instance fields whose values are skipped by the marshalling process due to incomplete registered converters/reverters.

See Also