System.Rtti.TRttiPackage

From RAD Studio API Documentation
Jump to: navigation, search

System.Rtti.TRttiNamedObjectSystem.Rtti.TRttiObjectSystem.TObjectTRttiPackage

Delphi

TRttiPackage = class(TRttiNamedObject)

C++

class PASCALIMPLEMENTATION TRttiPackage : public TRttiNamedObject

Properties

Type Visibility Source Unit Parent
class public
System.Rtti.pas
System.Rtti.hpp
System.Rtti System.Rtti

Description

TRttiPackage is the RTTI object that reflects a Delphi package.

Use TRttiPackage to obtain relevant information about the package that is currently loaded into a Delphi application. Instances of TRttiPackage can be obtained by using the GetPackages method of the base TRttiContext instance.

Do not create instances of TRttiPackage or its descendants directly. Use a TRttiContext instance to work with RTTI objects.

See Also