IsAssignableFromRelaxed Method

Definition

Determines whether an instance of leftType can be assigned from an instance of rightType using an equality check of the typeinfo.

Delphi
function IsAssignableFromRelaxed(leftType: PTypeInfo; rightType: PTypeInfo): Boolean

Parameters

leftType
PTypeInfo
rightType
PTypeInfo

Returns

Boolean