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