Data.DBXJSONReflect.TTransientField.ClassUnitName

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 ClassUnitName: string read FClassUnitName write FClassUnitName;

C++

__property System::UnicodeString ClassUnitName = {read=FClassUnitName, write=FClassUnitName};

Description

Represents the unit name for the fields' class.

The ClassUnitName specifies the unit name for the fields' class.

See Also