RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStaticListItems Class

TStaticListItems represents the items that TStaticListAction supplies to client controls.

Pascal
TStaticListItems = class(TListControlItems);
C++
class TStaticListItems : public TListControlItems;

TStaticListItems manages a collection of items for a TStaticListAction component. Each item in the collection can include a text value, associated image, and a data pointer. If the associated TStaticListAction is active, then when items are added to or deleted from TStaticListItems, the list action's clients are updated so that they reflect the current set of items. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!