System.Rtti.TRttiInstanceType.DeclaringUnitName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DeclaringUnitName: string read GetDeclaringUnitName;

C++

__property System::UnicodeString DeclaringUnitName = {read=GetDeclaringUnitName};

Properties

Type Visibility Source Unit Parent
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiInstanceType

Description

Specifies the name of the unit in which the class type is declared.

Use DeclaringUnitName to obtain the name of the unit in which the class type is declared.

See Also