IDLitUI::DoAction

Syntax | Return Value | Arguments | Keywords | Version History

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

Syntax

Result = Obj->[IDLitUI::]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 or action that it implements.

Keywords

None.

Version History

6.0

Introduced