RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCoolBar.OnChange Event

Occurs when the position or size of a band changes.

Pascal
property OnChange: TNotifyEvent;
C++
__property TNotifyEvent OnChange;

The OnChange event occurs whenever a TCoolBand's Break, Index, or Width property is modified at runtime. An OnChange event handler can be used, for example, to record the positions and sizes of the bands in the Windows registry. 

 

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