Data.DBXJSONReflect.TTransientField.UnitName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UnitName: string read FUnitName write FUnitName;

C++

__property System::UnicodeString UnitName = {read=FUnitName, write=FUnitName};

Properties

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

Description

Represents the unit name for the field type.

The UnitName property specifies the unit name for the field type.

See Also