[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the numeric help context for the menu item with the specified handle or command.
Source position: menus.pp line 412
public function TMenu.GetHelpContext( |
AValue: PtrInt; |
ByCommand: Boolean |
):THelpContext; |
AValue |
|
Command or Handle to locate in the menu items for the menu. |
ByCommand |
|
True to search Command values, False to search Handle values. |
Menu item with the specified value, or Nil when not found.
Version 4.0 | Generated 2025-05-03 | Home |