IcxNavigator.DoAction(Integer) Method
In This Article
Performs an associated action in response to a button click.
#Declaration
Delphi
procedure DoAction(AButtonIndex: Integer);
#Parameters
Name | Type |
---|---|
AButton |
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