Table of Contents

TatCustomScripter.RemoveLibraryInstance Method

Removes a library instance previously registered with AddLibraryInstance.

Remarks

RemoveLibraryInstance removes a library instance previously registered with AddLibraryInstance. If the library was previously registered using a method name, then you must provide the AName method for the library to be removed. RemoveLibraryInstance calls library's Finalize method to perform finalization operations. It's up to the library to include correct code in Finalize method to remove previously classes, methods and properties registered by Init method.

Syntax

Unit: atScript

procedure TatCustomScripter.RemoveLibraryInstance(ALibrary: TatScripterLibrary; AName: string);

Parameters

<-> Parameter Type Description
ALibrary TatScripterLibrary
AName string

See also