Data.DBXJSONReflect.TTransientField.UnitName

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 UnitName: string read FUnitName write FUnitName;

C++

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

Description

Represents the unit name for the field type.

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

See Also