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

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