TIWCGJQMCheckButton Class

CheckButton class

Namespace: IWCGJQMCheckButtons
TCGCollectionItem
  IWCGJQMCheckButtons.TIWCGJQMCheckButton
type
 TIWCGJQMCheckButton = class(TCGCollectionItem, IIWCGFuncAdapter)
 end;

The TIWCGJQMCheckButton type exposes the following members.

Show:
 NameDescription
Create(TCollection)

Initializes a new instance of the TIWCGJQMCheckButton class.

Top
Show:
 NameDescription
Caption

Caption of checkbutton

CheckButtonsList

Represents property CheckButtonsList.

Checked

State of checkbutton

Disabled

Represents property Disabled.

UniqueName

Represents property UniqueName.

Value

Value of checkbutton

Visible

Represents property Visible.

Top
Show:
 NameDescription
Assign(TPersistent)

Represents method Assign(TPersistent).

DisableCheck(Boolean)

Represents method DisableCheck(Boolean).

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.

jsCheck(Boolean)

Represents method jsCheck(Boolean).

jsDisableCheck(Boolean)

Represents method jsDisableCheck(Boolean).

jsVisibleCheck(Boolean)

Represents method jsVisibleCheck(Boolean).

VisibleCheck(Boolean)

Represents method VisibleCheck(Boolean).

Top