TatScript.UnuseObject Method
Removes an object previously registered with UsesObject, identified by its class name.
Remarks
UnuseObject removes an used object previously registered with UsesObject method. Instead of passing the object instance, you must pass the class name used to register the object when calling UsesObject. If no class name was specified when calling UsesObject, then the class name will be the name of the object class.
Syntax
Unit: atScript
procedure TatScript.UnuseObject(AClassName: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AClassName | string |