TIWCGJQEventBinderElementList Class

Represents type TIWCGJQEventBinderElementList.

Namespace: IWCGJQEventBinder
TCGCollection
  IWCGJQEventBinder.TIWCGJQEventBinderElementList
type
 TIWCGJQEventBinderElementList = class(TCGCollection, IIWCGFuncAdapter)
 end;

The TIWCGJQEventBinderElementList type exposes the following members.

Show:
 NameDescription
Create(TPersistent,string)

Initializes a new instance of the TIWCGJQEventBinderElementList class.

Top
Show:
 NameDescription
EventBinder

Represents property EventBinder.

Items[Integer]

Represents property Items[Integer].

Top
Show:
 NameDescription
Add

Overloaded. Add new element.

Add(string)

Overloaded. Add new element.

Add(TControl)

Overloaded. Add new element.

ControlDestroyed(TComponent)

Represents method ControlDestroyed(TComponent).

GetCGJSContainer

Represents method GetCGJSContainer.

GetFixedScript(TIWCGJSonFunc,Boolean)

Represents method GetFixedScript(TIWCGJSonFunc,Boolean).

GetHTMLName

Represents method GetHTMLName.

GetImplComponent

Represents method GetImplComponent.

GetItemIndex

Represents method GetItemIndex.

GetIWCLName

Represents method GetIWCLName.

GetOwner

Represents method GetOwner.

GetPropName

Represents method GetPropName.

Remove(string)

Overloaded. Remove element by jQuery Selector

Remove(TControl)

Overloaded. Remove element by control

Top