Table of Contents

TatScript.RemoveObject Method

Removes an object previously registered with AddObject method. It can remove objects registered by TatCustomScripter.AddObject method. Those are global to all scripts and can't be individually removed from a specific script.

Syntax

Unit: atScript

procedure TatScript.RemoveObject(AName: string);

Parameters

<-> Parameter Type Description
AName string

See also