Table of Contents

TObjectManager.IsAttached Method

Returns True if the specified entity is currently attached (persistent) in this manager.

Syntax

Unit: Aurelius.Engine.ObjectManager

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

Parameters

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

Returns

True if Entity is managed by this object manager; False otherwise.

See also