System.Rtti.TRttiSetType

From RAD Studio API Documentation
Jump to: navigation, search

System.Rtti.TRttiTypeSystem.Rtti.TRttiNamedObjectSystem.Rtti.TRttiObjectSystem.TObjectTRttiSetType

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.

See Also