System.Rtti.TRttiSetType
From RAD Studio API Documentation
Revision as of 15:59, 16 October 2011 by TestAccount (Talk | contribs)
Delphi
TRttiSetType = class(TRttiType)
C++
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.