TIWCGJQMenuItem Class
The MenuItem class
IWCGJQMenu.TIWCGJQMenuItem
type TIWCGJQMenuItem = class(TCGCollectionItem, IIWCGFuncAdapter, IIWCGActionControl) end;
The TIWCGJQMenuItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | Create(TCollection) | Initializes a new instance of the TIWCGJQMenuItem class. |
![]() | Destroy | Represents the destructor of the TIWCGJQMenuItem class. |
Name | Description | |
---|---|---|
![]() | Action | Represents property |
![]() | ActionLink | Represents property |
![]() | Caption | Caption |
![]() | Disabled | Disables the item |
![]() | HasChildren | Represents property |
![]() | Hint | Set the hint (title) of menu item |
![]() | InternalData | Represents property |
![]() | IsFirst | Represents property |
![]() | IsLast | Represents property |
![]() | IsRoot | Represents property |
![]() | ItemAsTitle | Set this option to true and the menu item will behave as a title (click not available) |
![]() | JSonStr | Represents property |
![]() | MenuItemName | Represents property |
![]() | MenuItems | Represents property |
![]() | OnClick | Fired on menu item click |
![]() | Picture | Set a picture to menu item |
![]() | Region | Represents property |
![]() | Separator | Set this option to put a separator on this item |
![]() | SubItems | SubItems list |
![]() | Tag | Represents property |
![]() | 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 |
Name | Description | |
---|---|---|
![]() | ActionChange(TObject,Boolean) | Represents method |
![]() | Assign(TPersistent) | Represents method |
![]() | GetCGJSContainer | Represents method |
![]() | GetControlCaption | Represents method |
![]() | GetControlEnabled | Represents method |
![]() | GetControlHint | Represents method |
![]() | GetControlImageIndex | Represents method |
![]() | GetControlOnClick | Represents method |
![]() | GetControlShortCut | Represents method |
![]() | GetControlVisible | Represents method |
![]() | GetDisplayName | Represents method |
![]() | GetFixedScript(TIWCGJSonFunc,Boolean) | Represents method |
![]() | GetHTMLName | Represents method |
![]() | GetImplComponent | Represents method |
![]() | GetItemIndex | Represents method |
![]() | GetIWCLName | Represents method |
![]() | GetPropName | Represents method |
![]() | InitiateAction | Represents method |
![]() | SetControlCaption(string) | Represents method |
![]() | SetControlEnabled(Boolean) | Represents method |
![]() | SetControlHint(string) | Represents method |
![]() | SetControlImageIndex(TImageIndex) | Represents method |
![]() | SetControlOnClick(TNotifyEvent) | Represents method |
![]() | SetControlShortCut(TShortCut) | Represents method |
![]() | SetControlVisible(Boolean) | Represents method |