Table of Contents

TAureliusManager.IsAttached Method

Indicates whether the specified entity is currently attached to (managed by) the encapsulated TObjectManager.

Syntax

Unit: Aurelius.Comp.Manager

function TAureliusManager.IsAttached(Entity: TObject): Boolean;

Parameters

<-> Parameter Type Description
Entity TObject The entity instance to check.

Returns

True if the entity is managed; False otherwise.

See also