RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCoolBands Class

TCoolBands is a container for TCoolBand objects.

Pascal
TCoolBands = class(TCollection);
C++
class TCoolBands : public TCollection;

Each TCoolBands holds a collection of TCoolBand objects in a TCoolBar. TCoolBands maintains an index of the TCoolBand objects in its Items array. The Count property contains the number of bands in the collection. 

 

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