RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomControlBar.OnBandInfo Event

Occurs when the control bar adjusts the docking position of a band.

Pascal
property OnBandInfo: TBandInfoEvent;
C++
__property TBandInfoEvent OnBandInfo;

Write code in the OnBandInfo event handler to provide information to the control bar that it can use when arranging its bands. The OnBandInfo event handler has several parameters that can be used to return information about how the band should be positioned, including its size, inset, and number of rows. 

 

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