TIWCGJQMenuItem Class

The MenuItem class

Namespace: IWCGJQMenu
TCGCollectionItem
  IWCGJQMenu.TIWCGJQMenuItem
type
 TIWCGJQMenuItem = class(TCGCollectionItem, IIWCGFuncAdapter, IIWCGActionControl)
 end;

The TIWCGJQMenuItem type exposes the following members.

Show:
 NameDescription
Create(TCollection)

Initializes a new instance of the TIWCGJQMenuItem class.

Destroy

Represents the destructor of the TIWCGJQMenuItem class.

Top
Show:
 NameDescription
Action

Represents property Action.

ActionLink

Represents property ActionLink.

Caption

Caption

Disabled

Disables the item

HasChildren

Represents property HasChildren.

Hint

Set the hint (title) of menu item

InternalData

Represents property InternalData.

IsFirst

Represents property IsFirst.

IsLast

Represents property IsLast.

IsRoot

Represents property IsRoot.

ItemAsTitle

Set this option to true and the menu item will behave as a title (click not available)

JSonStr

Represents property JSonStr.

MenuItemName

Represents property MenuItemName.

MenuItems

Represents property MenuItems.

OnClick

Fired on menu item click

Picture

Set a picture to menu item

Region

Represents property Region.

Separator

Set this option to put a separator on this item

SubItems

SubItems list

Tag

Represents property Tag.

TextAlign

Text-Align of item, default value: inherited from JQMenuOptions.TextAlign

UniqueName

Menu item name

URL

Set the url of menu item

Visible

Represents property Visible.

Top
Show:
 NameDescription
ActionChange(TObject,Boolean)

Represents method ActionChange(TObject,Boolean).

Assign(TPersistent)

Represents method Assign(TPersistent).

GetCGJSContainer

Represents method GetCGJSContainer.

GetControlCaption

Represents method GetControlCaption.

GetControlEnabled

Represents method GetControlEnabled.

GetControlHint

Represents method GetControlHint.

GetControlImageIndex

Represents method GetControlImageIndex.

GetControlOnClick

Represents method GetControlOnClick.

GetControlShortCut

Represents method GetControlShortCut.

GetControlVisible

Represents method GetControlVisible.

GetDisplayName

Represents method GetDisplayName.

GetFixedScript(TIWCGJSonFunc,Boolean)

Represents method GetFixedScript(TIWCGJSonFunc,Boolean).

GetHTMLName

Represents method GetHTMLName.

GetImplComponent

Represents method GetImplComponent.

GetItemIndex

Represents method GetItemIndex.

GetIWCLName

Represents method GetIWCLName.

GetPropName

Represents method GetPropName.

InitiateAction

Represents method InitiateAction.

SetControlCaption(string)

Represents method SetControlCaption(string).

SetControlEnabled(Boolean)

Represents method SetControlEnabled(Boolean).

SetControlHint(string)

Represents method SetControlHint(string).

SetControlImageIndex(TImageIndex)

Represents method SetControlImageIndex(TImageIndex).

SetControlOnClick(TNotifyEvent)

Represents method SetControlOnClick(TNotifyEvent).

SetControlShortCut(TShortCut)

Represents method SetControlShortCut(TShortCut).

SetControlVisible(Boolean)

Represents method SetControlVisible(Boolean).

Top
Show:
 NameDescription
_Events_

Represents property _Events_.

Top