IDLitTool::UnRegisterOperation

Syntax | Arguments | Keywords | Version History

The IDLitTool::UnRegisterOperation procedure method unregisters an operation component with the iTool. When an operation is unregistered, it is no longer available to perform actions within the iTool, and it is removed from iTool menus and toolbars.

Syntax

Obj->[IDLitTool::]UnRegisterOperation, Identifier

Arguments

Identifier

Set this to the relative identifier of the component to be removed from the iTool. See iTool Object Identifiers (iTool Developer's Guide) for a discussion of iTool identifiers.

Keywords

None

Version History

6.0

Introduced