System.Rtti.TRttiObject.Package

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Package: TRttiPackage read FPackage;

C++

__property TRttiPackage* Package = {read=FPackage};

Properties

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

Description

Specifies the package in which the reflected object is located.

The value of Package is a reference to a TRttiPackage instance that describes the package in which the reflected object is located.

The reflected object can be either a type or a type member, which is defined in a unit that is part of the described package.

See Also