Vcl.ActnMan.TActionListItem

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTActionListItem

Delphi

TActionListItem = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION TActionListItem : public System::Classes::TCollectionItem

Properties

Type Visibility Source Unit Parent
class public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan Vcl.ActnMan

Description

TActionListItem represents an item in a action list collection.

A TActionListItem is an element of an action list collection. It consists of two parts: an action list and a caption associated with that list. Because the caption is not part of the list itself, it is possible to have the list appear in two different places with different names.

TActionListItem objects are created through an action manager object; you do not need to create them yourself.

See Also