TPopupMenu |
Field | Param(s) | Type |
Count | - | Integer |
Handle | - | HMENU |
Items | - | TMenuItems |
Last | - | Integer |
Window | - | HWND |
| - | |
AddItem | Self As TPopupMenu , byval Parent As HMENU , Item As TMenuItem | SUB |
AddSubItem | Self As TPopupMenu , byval Parent As HMENU , Item As TMenuItem | SUB |
AutoPopup | Self As TPopupMenu , XY As Point | SUB |
Clear | Self As TPopupMenu | SUB |
Create | Self As TPopupMenu | SUB |
Delete | Self As TPopupMenu , byval Index As Integer | SUB |
Free | Self As TPopupMenu | SUB |
InsertItem | Self As TPopupMenu , byval Parent As HMENU , byval Index As Integer , Item As TMenuItem | SUB |
InsertSubItem | Self As TPopupMenu , byval Parent As HMENU , byval Index As Integer , Item As TMenuItem | SUB |
LoadFromResID | Self As TPopupMenu , byval Instance As HINSTANCE , byval ResID As String | SUB |
Popup | Self As TPopupMenu , byval X As Integer , byval Y As Integer | SUB |
Update | Self As TPopupMenu | SUB |
| - | |
SetChecked | Self As TPopupMenu , byval Index As Integer , byval Flag As Integer | SUB |
SetEnabled | Self As TPopupMenu , byval Index As Integer , byval Flag As Integer | SUB |
| |