Data.DBXJSONReflect.TTransientField.ClassTypeName

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 ClassTypeName: string read FClassTypeName write FClassTypeName;

C++

__property System::UnicodeString ClassTypeName = {read=FClassTypeName, write=FClassTypeName};

Description

Represents the class name for the fields' class.

The ClassTypeName specifies the class name for the fields' class.

See Also