System.Rtti.TRttiType.IsSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsSet: Boolean read GetIsSet;

C++

__property bool IsSet = {read=GetIsSet, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiType

Description

Checks whether the TRttiType instance is actually a TRttiSetType instance.

The IsSet property is provided as a convenience to the developer. IsSet provides an easy and clean way to determine whether the current TRttiType instance can be casted to a TRttiSetType instance.

See Also