TIWCGPanelListItem Class

The class of list item.

Namespace: IWCGPanelList
TCGCollectionItem
  IWCGPanelList.TIWCGPanelListItem
type
 TIWCGPanelListItem = class(TCGCollectionItem, IIWCGFuncAdapter, IIWCGActionControl)
 end;

The TIWCGPanelListItem type exposes the following members.

Show:
 NameDescription
Create(TCollection)

Initializes a new instance of the TIWCGPanelListItem class.

Destroy

Represents the destructor of the TIWCGPanelListItem class.

Top
Show:
 NameDescription
Action

Sets the action of item.

ActionLink

Represents property ActionLink.

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 HasImage.

Hint

Gets or Sets the hint of item.

ImageSpanID

Represents property ImageSpanID.

ItemCss

Gets or sets the css class of item.

ItemLinkID

Represents property ItemLinkID.

ItemStyle

The style of item.

ItemTextID

Represents property ItemTextID.

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.

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.

GetTag

Represents method GetTag.

InitiateAction

Represents method InitiateAction.

ResetProps

Represents method ResetProps.

ScrollTo

Represents method ScrollTo.

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).

UpdateHTML

This method will update the html code asynchronously.

Top
Show:
 NameDescription
_Events_

Represents property _Events_.

Top