Rtti.TRttiType

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From Rtti.pas

TRttiType = class(TRttiNamedObject)


Unit: Rtti

Type: class

Inherited Class Members: Rtti.TRttiType Members

Class Properties: Rtti.TRttiType Properties

Class Methods: Rtti.TRttiType Methods

Description

TRttiType is the base class for all the RTTI objects that reflect types.


TRttiType is the class used as base for all the RTTI classes that reflect types. TRttiType defines a set of common traits that are true for all types in a Delphi application.

TRttiType exposes a set of methods that ease the queries made on type information, that were usually performed using the TTypeInfo structure.

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

See Also

Code Samples


Personal tools
Translations
Newest Version