RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebActionItems.Items Property

Lists the TWebActionItem objects stored by this TWebActionItems object.

Pascal
property Items [Index: Integer]: TWebActionItem;
C++
__property TWebActionItem Items[int Index];

Use Items to get access to the individual action items stored by the TWebActionItems object. Items is an indexed array, where the first action item has index 0, the second action item has index 1, and so on. Use Items with the Count property to iterate over all the action items in the collection. 

 

Count 

TWebActionItem 

operator_sb

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