TIWCGPanelListItem Class
The class of list item.
IWCGPanelList.TIWCGPanelListItem
type TIWCGPanelListItem = class(TCGCollectionItem, IIWCGFuncAdapter, IIWCGActionControl) end;
The TIWCGPanelListItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | Create(TCollection) | Initializes a new instance of the TIWCGPanelListItem class. |
![]() | Destroy | Represents the destructor of the TIWCGPanelListItem class. |
Name | Description | |
---|---|---|
![]() | Action | Sets the action of item. |
![]() | ActionLink | Represents property |
![]() | Caption | Gets or sets the caption of item. |
![]() | Cursor | Gets or Sets the cursor of item (on hover). |
![]() | Enabled | Gets or Sets the state of item. |
![]() | HasImage | Represents property |
![]() | Hint | Gets or Sets the hint of item. |
![]() | ImageSpanID | Represents property |
![]() | ItemCss | Gets or sets the css class of item. |
![]() | ItemLinkID | Represents property |
![]() | ItemStyle | The style of item. |
![]() | ItemTextID | Represents property |
![]() | List | Gets the list class of item. |
![]() | Name | Gets or sets the name of item. |
![]() | NoWrap | If True, sequences of whitespace will collapse into a single whitespace. Text will never wrap to the next line. The text continues on the same line until a <br /> tag is encountered. |
![]() | OnClick | Event fires when the user clicks on the item. |
![]() | OverrideItemHeight | Gets or Sets the height of item (in px). |
![]() | PictureOptions | Gets or Sets the picture of item. |
![]() | SubHeader | If True, item will be displayed like header. |
![]() | SubHeaderCss | Gets or Sets the sub-header css class of item. |
![]() | Tag | Gets or sets the tag of item. |
![]() | UniqueName | Gets the unique name of item (auto-generated). |
![]() | Url | Gets or sets the url of item. |
![]() | Visible | Gets or sets the visibility of item. |
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 |
![]() | GetTag | Represents method |
![]() | InitiateAction | Represents method |
![]() | ResetProps | Represents method |
![]() | ScrollTo | 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 |
![]() | UpdateHTML | This method will update the html code asynchronously. |