Items Property (Read/Write) |
Top Previous Next |
Contains a collection of TNBHotSpot objects.
Visual Basic Syntax
TNBHotSpots.Items (Index As Integer) [= TNBHotSpot]
Delphi Syntax
TNBHotSpots.Items [Index:integer] [:= TNBHotSpot];
Remarks
Use Items to get an specific hotspot from the array. The Index parameter indicates the object's index in the collection, where 0 is the index of the first element and (TNBHotSpots.Items.Count-1) is the index of the last element. Use Items with the Count property to iterate through all the objects in the list.
See also TNBHotSpot component.
|