Skip to main content

TdxBarApplicationMenuExtraPane.OnGetItemDisplayText Event

Allows you to specify a shortcut’s display name.

Declaration

property OnGetItemDisplayText: TdxBarExtraPaneGetDisplayTextEvent read; write;

Remarks

This event fires when a shortcut is about to be displayed.

Sender specifies the Application Menu.

AIndex specifies the shortcut item’s index in the TdxBarExtraPaneItems collection.

ADisplayText specifies the shortcut name to be displayed.

See Also