TcxCustomNavigatorButtons.GetButtonHint(Integer) Method
Sets default hints for all navigator buttons.
Declaration
function GetButtonHint(ADefaultIndex: Integer): string; virtual;
Parameters
Name | Type |
---|---|
ADefaultIndex | Integer |
Returns
Type |
---|
string |
Remarks
The GetButtonHint
method associates each button with an appropriate resource string containing hint information.
Use this method to redefine hints according to button indexes. You also may change individual hints via a button’s Hint property.
See Also