TRttiTypeHelper.IsAssignableFrom Method

Definition

Determines whether an instance of the current TRttiType can be assigned from an instance of the specified TRttiType.

Delphi
function IsAssignableFrom(const rttiType: TRttiType): Boolean

Parameters

rttiType
TRttiType

The type to compare with the current type.

Returns

Boolean