Table of Contents

TXDataEntityType.IsInheritedFrom Method

Checks whether the type is, or inherits from, another entity type.

Syntax

Unit: XData.Model.Classes

function TXDataEntityType.IsInheritedFrom(ABase: TXDataEntityType): Boolean;

Parameters

<-> Parameter Type Description
ABase TXDataEntityType The entity type to check against.

Returns

True if the type is ABase itself or has ABase in its chain of base types.

See also