Show: Delphi C++
Display Preferences

System.Rtti.TRttiSetType

From XE2 API Documentation
Jump to: navigation, search

System.Rtti.TRttiTypeSystem.Rtti.TRttiNamedObjectSystem.Rtti.TRttiObjectSystem.TObject
TRttiSetType

Delphi

TRttiSetType = class(TRttiType)

C++

virtual int __fastcall GetTypeSize(void);
class PASCALIMPLEMENTATION TRttiSetType : public TRttiType

Properties

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

Description

TRttiSetType is the RTTI class used to reflect all the Delphi set types.

TRttiSetType is the class used to provide run-time information for all the Delphi set types. To identify the type of the set elements, use the exposed BaseType property.

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

See Also

Personal tools
Previous Versions
Translations