[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: uCEFInterfaces.pas line 5470
type ICefMenuModel = interface(ICefBaseRefCounted) |
||
function IsSubMenu; |
|
|
function Clear; |
|
|
function GetCount; |
|
|
function AddSeparator; |
|
|
function AddItem(); |
|
|
function AddCheckItem(); |
|
|
function AddRadioItem(); |
|
|
function AddSubMenu(); |
|
|
function InsertSeparatorAt(); |
|
|
function InsertItemAt(); |
|
|
function InsertCheckItemAt(); |
|
|
function InsertRadioItemAt(); |
|
|
function InsertSubMenuAt(); |
|
|
function Remove(); |
|
|
function RemoveAt(); |
|
|
function GetIndexOf(); |
|
|
function GetCommandIdAt(); |
|
|
function SetCommandIdAt(); |
|
|
function GetLabel(); |
|
|
function GetLabelAt(); |
|
|
function SetLabel(); |
|
|
function SetLabelAt(); |
|
|
function GetType(); |
|
|
function GetTypeAt(); |
|
|
function GetGroupId(); |
|
|
function GetGroupIdAt(); |
|
|
function SetGroupId(); |
|
|
function SetGroupIdAt(); |
|
|
function GetSubMenu(); |
|
|
function GetSubMenuAt(); |
|
|
function IsVisible(); |
|
|
function isVisibleAt(); |
|
|
function SetVisible(); |
|
|
function SetVisibleAt(); |
|
|
function IsEnabled(); |
|
|
function IsEnabledAt(); |
|
|
function SetEnabled(); |
|
|
function SetEnabledAt(); |
|
|
function IsChecked(); |
|
|
function IsCheckedAt(); |
|
|
function setChecked(); |
|
|
function setCheckedAt(); |
|
|
function HasAccelerator(); |
|
|
function HasAcceleratorAt(); |
|
|
function SetAccelerator(); |
|
|
function SetAcceleratorAt(); |
|
|
function RemoveAccelerator(); |
|
|
function RemoveAcceleratorAt(); |
|
|
function GetAccelerator(); |
|
|
function GetAcceleratorAt(); |
|
|
function SetColor(); |
|
|
function SetColorAt(); |
|
|
function GetColor(); |
|
|
function GetColorAt(); |
|
|
function SetFontList(); |
|
|
function SetFontListAt(); |
|
|
end; |
|
||
| | ||
|
||
| | ||
IInterface |
CT Web help |
CodeTyphon Studio |