You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// When a Ribbon command is created, we check if there is a corresponding
633
633
// TAction element available. If so, we assign the properties of that action
634
634
// (Caption, Hint, etc.) to that ribbon element.
635
-
ifnot Assigned(Self.RibbonMapper) ornot Self.RibbonMapper.TryGetItem(pCommand.CommandId, lMarkupItem) then// Get the corresponding TAction for the given Ribbon command
if Assigned(Self.RibbonMapper) and Self.RibbonMapper.TryGetItem(pCommand.CommandId, lMarkupItem) thenbegin// Get the corresponding TAction for the given Ribbon command
0 commit comments