TMenu |
Field | Param(s) | Type |
Count | - | Integer |
Handle | - | HMENU |
Items | - | TMenuItems |
Last | - | Integer |
Parent | - | HWND |
AddItem | Self As TMenu , byval Parent As HMENU , Item As TMenuItem | SUB |
AddSubItem | Self As TMenu , byval Parent As HMENU , Item As TMenuItem | SUB |
Clear | Self As TMenu | SUB |
Create | Self As TMenu | SUB |
Delete | Self As TMenu , byval Index As Integer | SUB |
FindItem | Self As TMenu , byval Index As Integer | FUNCTION |
Free | Self As TMenu | SUB |
InsertItem | Self As TMenu , byval Parent As HMENU , byval Index As Integer , Item As TMenuItem | SUB |
InsertSubItem | Self As TMenu , byval Parent As HMENU , byval Index As Integer , Item As TMenuItem | SUB |
LoadFromResID | Self As TMenu , byval Instance As HINSTANCE , byval ResID As String | SUB |
Update | Self As TMenu | SUB |
| - | |
SetChecked | Self As TMenu , byval Index As Integer , byval Flag As Integer | SUB |
SetEnabled | Self As TMenu , byval Index As Integer , byval Flag As Integer | SUB |
| |