IDLitTool::UnRegister

Syntax | Arguments | Keywords | Version History

The IDLitTool::UnRegister procedure method unregisters a component with the iTool. When a component is unregistered, it is no longer available to perform whatever function it performs, and it is removed from iTool menus and toolbars.

Syntax

Obj->[IDLitTool::]UnRegister, Identifier

Arguments

Identifier

Set this to the relative identifier of the component to be removed from the iTool. To remove a component from the standard folders in the iTool's content registry, this identifier should contain the location of the component as well as the component identifier itself. See iTool Object Identifiers (iTool Developer's Guide) for a discussion of iTool identifiers.

Valid destinations in the iTool are:

Keywords

None

Version History

6.0

Introduced