<tdclass="itemcode"><code>class function <strong><ahref="uCEFMenuModel.TCefMenuModelRef.html#UnWrap-Pointer-">UnWrap</a></strong>(data: Pointer): <ahref="uCEFInterfaces.ICefMenuModel.html">ICefMenuModel</a>;</code></td>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#IsSubMenu">ICefMenuModel.IsSubMenu</a>.</p><p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#Clear">ICefMenuModel.Clear</a>.</p><p>
Clears the menu. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#GetCount">ICefMenuModel.GetCount</a>.</p><p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#AddSeparator">ICefMenuModel.AddSeparator</a>.</p><p>
Add a separator to the menu. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#AddItem-Integer-ustring-">ICefMenuModel.AddItem</a>.</p><p>
Add an item to the menu. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#AddCheckItem-Integer-ustring-">ICefMenuModel.AddCheckItem</a>.</p><p>
Add a check item to the menu. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#AddRadioItem-Integer-ustring-Integer-">ICefMenuModel.AddRadioItem</a>.</p><p>
Add a radio item to the menu. Only a single item with the specified |group_id| can be checked at a time. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#AddSubMenu-Integer-ustring-">ICefMenuModel.AddSubMenu</a>.</p><p>
Add a sub-menu to the menu. The new sub-menu is returned. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#InsertSeparatorAt-NativeUInt-">ICefMenuModel.InsertSeparatorAt</a>.</p><p>
Insert a separator in the menu at the specified |index|. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#InsertItemAt-NativeUInt-Integer-ustring-">ICefMenuModel.InsertItemAt</a>.</p><p>
Insert an item in the menu at the specified |index|. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#InsertCheckItemAt-NativeUInt-Integer-ustring-">ICefMenuModel.InsertCheckItemAt</a>.</p><p>
Insert a check item in the menu at the specified |index|. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#InsertRadioItemAt-NativeUInt-Integer-ustring-Integer-">ICefMenuModel.InsertRadioItemAt</a>.</p><p>
Insert a radio item in the menu at the specified |index|. Only a single item with the specified |group_id| can be checked at a time. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#InsertSubMenuAt-NativeUInt-Integer-ustring-">ICefMenuModel.InsertSubMenuAt</a>.</p><p>
Insert a sub-menu in the menu at the specified |index|. The new sub-menu is returned. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#Remove-Integer-">ICefMenuModel.Remove</a>.</p><p>
Removes the item with the specified |command_id|. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#RemoveAt-NativeUInt-">ICefMenuModel.RemoveAt</a>.</p><p>
Removes the item at the specified |index|. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#GetIndexOf-Integer-">ICefMenuModel.GetIndexOf</a>.</p><p>
Returns the index associated with the specified |command_id| or -1 if not found due to the command id not existing in the menu. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#GetCommandIdAt-NativeUInt-">ICefMenuModel.GetCommandIdAt</a>.</p><p>
Returns the command id at the specified |index| or -1 if not found due to invalid range or the index being a separator. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#SetCommandIdAt-NativeUInt-Integer-">ICefMenuModel.SetCommandIdAt</a>.</p><p>
Sets the command id at the specified |index|. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#GetLabel-Integer-">ICefMenuModel.GetLabel</a>.</p><p>
Returns the label for the specified |command_id| or NULL if not found. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#GetLabelAt-NativeUInt-">ICefMenuModel.GetLabelAt</a>.</p><p>
Returns the label at the specified |index| or NULL if not found due to invalid range or the index being a separator. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#SetLabel-Integer-ustring-">ICefMenuModel.SetLabel</a>.</p><p>
Sets the label for the specified |command_id|. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#SetLabelAt-NativeUInt-ustring-">ICefMenuModel.SetLabelAt</a>.</p><p>
Set the label at the specified |index|. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#GetType-Integer-">ICefMenuModel.GetType</a>.</p><p>
Returns the item type for the specified |command_id|. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#GetTypeAt-NativeUInt-">ICefMenuModel.GetTypeAt</a>.</p><p>
Returns the item type at the specified |index|. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#GetGroupId-Integer-">ICefMenuModel.GetGroupId</a>.</p><p>
Returns the group id for the specified |command_id| or -1 if invalid. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#GetGroupIdAt-NativeUInt-">ICefMenuModel.GetGroupIdAt</a>.</p><p>
Returns the group id at the specified |index| or -1 if invalid. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#SetGroupId-Integer-Integer-">ICefMenuModel.SetGroupId</a>.</p><p>
Sets the group id for the specified |command_id|. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#SetGroupIdAt-NativeUInt-Integer-">ICefMenuModel.SetGroupIdAt</a>.</p><p>
Sets the group id at the specified |index|. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#GetSubMenu-Integer-">ICefMenuModel.GetSubMenu</a>.</p><p>
Returns the submenu for the specified |command_id| or NULL if invalid. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#GetSubMenuAt-NativeUInt-">ICefMenuModel.GetSubMenuAt</a>.</p><p>
Returns the submenu at the specified |index| or NULL if invalid. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#IsVisible-Integer-">ICefMenuModel.IsVisible</a>.</p><p>
Returns true (1) if the specified |command_id| is visible. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#isVisibleAt-NativeUInt-">ICefMenuModel.isVisibleAt</a>.</p><p>
Returns true (1) if the specified |index| is visible. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#SetVisible-Integer-Boolean-">ICefMenuModel.SetVisible</a>.</p><p>
Change the visibility of the specified |command_id|. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#SetVisibleAt-NativeUInt-Boolean-">ICefMenuModel.SetVisibleAt</a>.</p><p>
Change the visibility at the specified |index|. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#IsEnabled-Integer-">ICefMenuModel.IsEnabled</a>.</p><p>
Returns true (1) if the specified |command_id| is enabled. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#IsEnabledAt-NativeUInt-">ICefMenuModel.IsEnabledAt</a>.</p><p>
Returns true (1) if the specified |index| is enabled. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#SetEnabled-Integer-Boolean-">ICefMenuModel.SetEnabled</a>.</p><p>
Change the enabled status of the specified |command_id|. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#SetEnabledAt-NativeUInt-Boolean-">ICefMenuModel.SetEnabledAt</a>.</p><p>
Change the enabled status at the specified |index|. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#IsChecked-Integer-">ICefMenuModel.IsChecked</a>.</p><p>
Returns true (1) if the specified |command_id| is checked. Only applies to check and radio items. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#IsCheckedAt-NativeUInt-">ICefMenuModel.IsCheckedAt</a>.</p><p>
Returns true (1) if the specified |index| is checked. Only applies to check and radio items. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#setChecked-Integer-Boolean-">ICefMenuModel.setChecked</a>.</p><p>
Check the specified |command_id|. Only applies to check and radio items. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#setCheckedAt-NativeUInt-Boolean-">ICefMenuModel.setCheckedAt</a>.</p><p>
Check the specified |index|. Only applies to check and radio items. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#HasAccelerator-Integer-">ICefMenuModel.HasAccelerator</a>.</p><p>
Returns true (1) if the specified |command_id| has a keyboard accelerator assigned. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#HasAcceleratorAt-NativeUInt-">ICefMenuModel.HasAcceleratorAt</a>.</p><p>
Returns true (1) if the specified |index| has a keyboard accelerator assigned. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#SetAccelerator-Integer-Integer-Boolean-Boolean-Boolean-">ICefMenuModel.SetAccelerator</a>.</p><p>
Set the keyboard accelerator for the specified |command_id|. |key_code| can be any virtual key or character value. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#SetAcceleratorAt-NativeUInt-Integer-Boolean-Boolean-Boolean-">ICefMenuModel.SetAcceleratorAt</a>.</p><p>
Set the keyboard accelerator at the specified |index|. |key_code| can be any virtual key or character value. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#RemoveAccelerator-Integer-">ICefMenuModel.RemoveAccelerator</a>.</p><p>
Remove the keyboard accelerator for the specified |command_id|. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#RemoveAcceleratorAt-NativeUInt-">ICefMenuModel.RemoveAcceleratorAt</a>.</p><p>
Remove the keyboard accelerator at the specified |index|. Returns true (1) on success. </p>
<tdclass="itemcode"><spanid="GetAccelerator-Integer-Integer-Boolean-Boolean-Boolean-"></span><code>function <strong>GetAccelerator</strong>(commandId: Integer; out keyCode: Integer; out shiftPressed, ctrlPressed, altPressed: Boolean): Boolean;</code></td>
</tr>
<tr><tdcolspan="2">
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#GetAccelerator-Integer-Integer-Boolean-Boolean-Boolean-">ICefMenuModel.GetAccelerator</a>.</p><p>
Retrieves the keyboard accelerator for the specified |command_id|. Returns true (1) on success. </p>
<tdclass="itemcode"><spanid="GetAcceleratorAt-NativeUInt-Integer-Boolean-Boolean-Boolean-"></span><code>function <strong>GetAcceleratorAt</strong>(index: <ahref="uCEFTypes.html#NativeUInt">NativeUInt</a>; out keyCode: Integer; out shiftPressed, ctrlPressed, altPressed: Boolean): Boolean;</code></td>
</tr>
<tr><tdcolspan="2">
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#GetAcceleratorAt-NativeUInt-Integer-Boolean-Boolean-Boolean-">ICefMenuModel.GetAcceleratorAt</a>.</p><p>
Retrieves the keyboard accelerator for the specified |index|. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#SetColor-Integer-TCefMenuColorType-TCefColor-">ICefMenuModel.SetColor</a>.</p><p>
Set the explicit color for |command_id| and |color_type| to |color|. Specify a |color| value of 0 to remove the explicit color. If no explicit color or default color is set for |color_type| then the system color will be used. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#SetColorAt-Integer-TCefMenuColorType-TCefColor-">ICefMenuModel.SetColorAt</a>.</p><p>
Set the explicit color for |command_id| and |index| to |color|. Specify a |color| value of 0 to remove the explicit color. Specify an |index| value of -1 to set the default color for items that do not have an explicit color set. If no explicit color or default color is set for |color_type| then the system color will be used. Returns true (1) on success. </p>
<tdclass="itemcode"><spanid="GetColor-Integer-TCefMenuColorType-TCefColor-"></span><code>function <strong>GetColor</strong>(commandId: Integer; colorType: <ahref="uCEFTypes.html#TCefMenuColorType">TCefMenuColorType</a>; out color: <ahref="uCEFTypes.html#TCefColor">TCefColor</a>): Boolean;</code></td>
</tr>
<tr><tdcolspan="2">
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#GetColor-Integer-TCefMenuColorType-TCefColor-">ICefMenuModel.GetColor</a>.</p><p>
Returns in |color| the color that was explicitly set for |command_id| and |color_type|. If a color was not set then 0 will be returned in |color|. Returns true (1) on success. </p>
<tdclass="itemcode"><spanid="GetColorAt-Integer-TCefMenuColorType-TCefColor-"></span><code>function <strong>GetColorAt</strong>(index: Integer; colorType: <ahref="uCEFTypes.html#TCefMenuColorType">TCefMenuColorType</a>; out color: <ahref="uCEFTypes.html#TCefColor">TCefColor</a>): Boolean;</code></td>
</tr>
<tr><tdcolspan="2">
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#GetColorAt-Integer-TCefMenuColorType-TCefColor-">ICefMenuModel.GetColorAt</a>.</p><p>
Returns in |color| the color that was explicitly set for |command_id| and |color_type|. Specify an |index| value of -1 to return the default color in |color|. If a color was not set then 0 will be returned in |color|. Returns true (1) on success. </p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#SetFontList-Integer-ustring-">ICefMenuModel.SetFontList</a>.</p><p>
Sets the font list for the specified |command_id|. If |font_list| is NULL the system font will be used. Returns true (1) on success. The format is "<FONT_FAMILY_LIST>,[STYLES] <SIZE>", where: - FONT_FAMILY_LIST is a comma-separated list of font family names, - STYLES is an optional space-separated list of style names (case-sensitive "Bold" and "Italic" are supported), and - SIZE is an integer font size in pixels with the suffix "px".
<p>Here are examples of valid font description strings: - "Arial, Helvetica, Bold Italic 14px" - "Arial, 14px"</p>
<pclass="inheritdescription">This item has no description. Showing description inherited from <aclass="normal"href="uCEFInterfaces.ICefMenuModel.html#SetFontListAt-Integer-ustring-">ICefMenuModel.SetFontListAt</a>.</p><p>
Sets the font list for the specified |index|. Specify an |index| value of -1 to set the default font. If |font_list| is NULL the system font will be used. Returns true (1) on success. The format is "<FONT_FAMILY_LIST>,[STYLES] <SIZE>", where: - FONT_FAMILY_LIST is a comma-separated list of font family names, - STYLES is an optional space-separated list of style names (case-sensitive "Bold" and "Italic" are supported), and - SIZE is an integer font size in pixels with the suffix "px".
<p>Here are examples of valid font description strings: - "Arial, Helvetica, Bold Italic 14px" - "Arial, 14px"</p>
<tdclass="itemcode"><spanid="UnWrap-Pointer-"></span><code>class function <strong>UnWrap</strong>(data: Pointer): <ahref="uCEFInterfaces.ICefMenuModel.html">ICefMenuModel</a>;</code></td>
</tr>
<tr><tdcolspan="2">
<pclass="nodescription">This item has no description.</p></td></tr>