IcxNavigator.IsActionSupported(Integer) Method
Returns whether an action is associated with a button.
Declaration
function IsActionSupported(AButtonIndex: Integer): Boolean;
Parameters
Name | Type |
---|---|
AButtonIndex | Integer |
Returns
Type |
---|
Boolean |
Remarks
The IsActionSupported function returns True if AButtonIndex matches a button with an assigned action. 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