Data.DBXJSONReflect.TTransientField.ClassTypeName

From RAD Studio API Documentation
Revision as of 00:08, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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