TMenu
FieldParam(s)Type
Count-Integer
Handle-HMENU
Items-TMenuItems
Last-Integer
Parent-HWND
AddItemSelf As TMenu , byval Parent As HMENU , Item As TMenuItemSUB
AddSubItemSelf As TMenu , byval Parent As HMENU , Item As TMenuItemSUB
ClearSelf As TMenuSUB
CreateSelf As TMenuSUB
DeleteSelf As TMenu , byval Index As IntegerSUB
FindItemSelf As TMenu , byval Index As IntegerFUNCTION
FreeSelf As TMenuSUB
InsertItemSelf As TMenu , byval Parent As HMENU , byval Index As Integer , Item As TMenuItemSUB
InsertSubItemSelf As TMenu , byval Parent As HMENU , byval Index As Integer , Item As TMenuItemSUB
LoadFromResIDSelf As TMenu , byval Instance As HINSTANCE , byval ResID As StringSUB
UpdateSelf As TMenuSUB
-
SetCheckedSelf As TMenu , byval Index As Integer , byval Flag As IntegerSUB
SetEnabledSelf As TMenu , byval Index As Integer , byval Flag As IntegerSUB