Data.DBXJSONReflect.TTransientField.ClassTypeName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ClassTypeName: string read FClassTypeName write FClassTypeName;

C++

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

Properties

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

Description

Represents the class name for the fields' class.

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

See Also