Data.DBXJSONReflect.TTransientField.TypeName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TypeName: string read FTypeName write FTypeName;

C++

__property System::UnicodeString TypeName = {read=FTypeName, write=FTypeName};

Properties

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

Description

Represents the class name for the field type.

The TypeName property specifies the class name for the field type.

See Also