Vcl.ComCtrls.TCoolBands.Items
Delphi
property Items[Index: Integer]: TCoolBand read GetItem write SetItem; default;
C++
__property TCoolBand* Items[int Index] = {read=GetItem, write=SetItem/*, default*/};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCoolBands |
Description
Lists the bands in the TCoolBands.
Use Items to access individual cool bands. The value of the Index parameter corresponds to the Index property of TCoolBand. It represents the position of the band in the TCoolBands collection.
See Also
Code Examples