FMX.Menus.IFMXMenuService Methods
InheritedProtected
AddRef | public | Increments the reference count for this interface. |
CreateOSMenu | public | In descendants, CreateOSMenu implements functionality to create the System Menu of the given form. |
DestroyMenuItem | public | In descendants, DestroyMenuItem implements a functionality used to free the handle of a specified menu item. |
IsMenuBarOnWindowBorder | public | Specifies if the main menu is located on top of the window. |
QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
Release | public | Decrements the reference count for this interface. |
ShortCutToKey | public | Gives a shortcut, fills Key with the code of the main key of the shortcut, and fills Shift with the combination of modifier keys of the shortcut, if any. |
ShortCutToText | public | Returns the string representation that matches the specified code representation of a shortcut. |
StartMenuLoop | public | In descendants, StartMenuLoop implements functionality to start a menu loop based on the given menu view. |
Supports | public | Indicates whether a given interface supports a specific (another) interface. |
TextToShortCut | public | Returns the code representation that matches the specified string representation of a shortcut. |
UpdateMenuBar | public | In descendants, UpdateMenuBar implements a functionality used to update a menu, restoring its defaults. |
UpdateMenuItem | public | In descendants, UpdateMenuItem implements functionality to update the specified menu item of the System Menu. |