IDLitWindow::Remove

Syntax | Arguments | Keywords | Version History

The IDLitWindow::Remove procedure method removes the given object(s) from the window.

Syntax

Obj->[IDLitWindow::]Remove, Object [, /ALL] [, POSITION=index]

Arguments

Object

A reference (or vector of references) to the object(s) to be removed from this window.

Keywords

ALL

Set this keyword to remove all objects from the container. If this keyword is set, the Object argument is not required.

POSITION

Set this keyword equal to the zero-based index of the object to be removed. If the Object argument is supplied, this keyword is ignored.

Version History

6.0

Introduced