Skip to main content
A newer version of this page is available. .

IcxNavigator.DoAction(Integer) Method

Performs an associated action in response to a button click.

Declaration

procedure DoAction(AButtonIndex: Integer);

Parameters

Name Type
AButtonIndex Integer

Remarks

AButtonIndex specifies the index of a button (within the Buttons collection) for which an action is specified.

For a complete list of button indexes and associated actions, refer to the Responding to Navigator Button Clicks help topic.

See Also