TIWCGJQIntroControlList Class

Represents type TIWCGJQIntroControlList.

Namespace: IWCGJQIntro
TCGCollection
  IWCGJQIntro.TIWCGJQIntroControlList
type
 TIWCGJQIntroControlList = class(TCGCollection)
 end;

The TIWCGJQIntroControlList type exposes the following members.

Show:
 NameDescription
Create(TPersistent)

Initializes a new instance of the TIWCGJQIntroControlList class.

Top
Show:
 NameDescription
Items[Integer]

Represents property Items[Integer].

Top
Show:
 NameDescription
Add

Overloaded. Add new control to list

Add(string,string,TIWCGJQIntroPosition)

Overloaded. Represents method Add(string,string,TIWCGJQIntroPosition).

Add(TControl,string,TIWCGJQIntroPosition)

Overloaded. Represents method Add(TControl,string,TIWCGJQIntroPosition).

ControlDestroyed(TComponent)

Represents method ControlDestroyed(TComponent).

ExistsByControl(TControl)

Check if control exists in list by control

ExistsByJQuerySelector(string)

Check if control exists in list by jquery selector

GetOwner

Represents method GetOwner.

Remove(TControl)

Remove control from list

Top