IDLitContainer::Remove
Syntax | Arguments | Keywords | Version History
The IDLitContainer::Remove procedure method removes items from the container.
Syntax
Obj->[IDLitContainer::]Remove, Components [, /NO_NOTIFY]
Arguments
Components
An object reference (or array of object references) to the objects to be removed from the container.
Keywords
NO_NOTIFY
Normally, when an item is removed from a container object that inherits from both the IDLitContainer class and the IDLitIMessaging class, a REMOVEITEMS notification message is broadcast to all iTool components registered as monitoring this container. If this keyword is set, no message is sent.
Version History