API: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

Returns the name of the unit where the class is defined.

Data.DBXJSONReflect.TTransientField.UnitName inherits from System.TObject.UnitName. All content below this line refers to System.TObject.UnitName.

Returns the name of the unit where the class is defined.

UnitName can be used to obtain the unit where a specific class is defined. For example, calling UnitName on TButton returns the Vcl.StdCtrls string.

See Also