TRttiTypeHelper.IsAssignableFrom(TRttiType) Method
Determines whether an instance of the current TRttiType can be assigned from an instance of the specified TRttiType.
public function IsAssignableFrom(const rttiType: TRttiType): Boolean;
Parameters
- rttiType
- Type: TRttiType
The type to compare with the current type.
Return Value
Type: Boolean