RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionListItem Class

TActionListItem represents an item in a action list collection.

Pascal
TActionListItem = class(TCollectionItem);
C++
class TActionListItem : public TCollectionItem;

ActnMan

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!