TIWCGJQMSelectBox Class

SelectBox class

Namespace: IWCGJQMSelect
TCGCollectionItem
  IWCGJQMSelect.TIWCGJQMSelectBox
type
 TIWCGJQMSelectBox = class(TCGCollectionItem, IIWCGFuncAdapter)
 end;

The TIWCGJQMSelectBox type exposes the following members.

Show:
 NameDescription
Create(TCollection)

Initializes a new instance of the TIWCGJQMSelectBox class.

Destroy

Represents the destructor of the TIWCGJQMSelectBox class.

Top
Show:
 NameDescription
Disabled

Represents property Disabled.

Events

Events

ItemIndex

Selected item index.

Important Note

Works only when MultipleSelection is False.

To get the selected items, use the loop of items and check the TIWCGJQMSelectBoxItem.Selected property.

Items

Items of select

JQMSelectOptions

Select options

MultipleSelection

Will transform the standard select box to popup with checkboxs (Multi-Select)

Placeholder

Represents property Placeholder.

ReadOnly

Represents property ReadOnly.

SelectList

Represents property SelectList.

UniqueName

Represents property UniqueName.

Top
Show:
 NameDescription
Assign(TPersistent)

Represents method Assign(TPersistent).

Close

Represents method Close.

Disable

Represents method Disable.

Enable

Represents method Enable.

GetCGJSContainer

Represents method GetCGJSContainer.

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.

jsClose

Represents method jsClose.

jsDisable

Represents method jsDisable.

jsDisabled(boolean)

Represents method jsDisabled(boolean).

jsEnable

Represents method jsEnable.

jsOpen

Represents method jsOpen.

jsReadOnly(Boolean)

Represents method jsReadOnly(Boolean).

jsRefresh

Represents method jsRefresh.

jsSetItemIndex(Integer)

Represents method jsSetItemIndex(Integer).

Open

Represents method Open.

Refresh

Represents method Refresh.

Top