IDLitTool::DoAction

Syntax | Return Value | Arguments | Keywords | Version History

The IDLitTool::DoAction function method initiates an operation or action in the iTool object. The identifier that is passed in as the argument to this method specifies the action that executes.

Syntax

Result = Obj->[IDLitTool::]DoAction(Identifier)

Return Value

Returns 1 if the action succeeds, or 0 if the action fails.

Arguments

Identifier

This argument is set to a string identifier that specifies the object in the iTool that performs the operation that it implements.

Keywords

All keywords are passed to the DoAction function of the object in the iTool that performs the operation.

Version History

6.0

Introduced