ListActns.TCustomStaticListAction
Contents |
Delphi Information
From ListActns.pas
TCustomStaticListAction = class(TCustomListAction)
Unit: ListActns
Type: class
Inherited Class Members: ListActns.TCustomStaticListAction Members
Class Properties: ListActns.TCustomStaticListAction Properties
Class Methods: ListActns.TCustomStaticListAction Methods
Class Constructors & Destructors: ListActns.TCustomStaticListAction Constructors
Class Events: ListActns.TCustomStaticListAction Events
C++ Information
From ListActns.hpp
TCustomStaticListAction = class(TCustomListAction)
Unit: ListActns
Type: class
Inherited Class Members: ListActns.TCustomStaticListAction Members
Class Properties: ListActns.TCustomStaticListAction Properties
Class Methods: ListActns.TCustomStaticListAction Methods
Class Constructors & Destructors: ListActns.TCustomStaticListAction Constructors
Class Events: ListActns.TCustomStaticListAction Events
Description
TCustomStaticListAction provides items to client controls.
TCustomStaticListAction represents the base class for the TStaticListAction class.
TCustomStaticListAction supplies items to client controls such as list views, list boxes, or combo boxes. TCustomStaticListAction maintains a list of items in its Items property. This lets you specify, at design time, the items it supplies to clients.
Each item may include text, an image, and a pointer to data. Each client control determines which of the item's mentioned features it accepts.
When a TCustomStaticListAction is added to an action manager, it uses the action to generate a drop-down list on a tool bar.