TActionList Class

Represents type TActionList.

Namespace: System.UI.ActionList
TComponent
  System.UI.ActionList.TActionList
type
 TActionList = class sealed(TComponent)
 end;

The TActionList type exposes the following members.

Show:
 NameDescription
Create(TComponent)

Initializes a new instance of the TActionList class.

Top
Show:
 NameDescription
Count

Represents property Count.

Images

Represents property Images.

Items[Integer]

Represents property Items[Integer].

Top
Show:
 NameDescription
Add

Represents method Add.

FindAction(String)

Represents method FindAction(String).

GetAction(Integer)

Represents method GetAction(Integer).

GetCount

Represents method GetCount.

GetImages

Represents method GetImages.

SetImages(TImageList)

Represents method SetImages(TImageList).

Top