<< Click to display table of contents >> LocalizeRibbonPage procedure |
Assigns Caption and KeyTip to the ribbon Page.
Unit RVARibbonUtils.
procedure LocalizeRibbonPage(Page: TRibbonPage; CaptionID: TRVAMessageID);
This procedure assigns the message identified by CaptionID to Page.Caption, after removing '&' from it. If it finds '&', it assigns a hot key from this message to Page.KeyTip.