[Overview][Types][Classes][Procedures and functions][Index] |
Signals the OnBandMove event handler for the specified control and drawing rectangle.
Source position: extctrls.pp line 1625
protected procedure TCustomControlBar.DoBandMove( |
AControl: TControl; |
var ARect: TRect |
); virtual; |
AControl |
|
Control on the band moved in the method. |
ARect |
|
Display rectangle for the band moved in the method. |
DoBandMove is a method used to signal the OnBandMove event handler (when assigned) using the arguments passed to the method. AControl is the control displayed on the TCtrlBand instance moved in the method. ARect contains the display area for the control derived from the coordinates for the band.
DoBandMove is called from the InitializeBand and MoveBand methods.
|
Event handler signalled when a control band is moved on the control bar. |
|
|
Configures a control bar band and calculates its row position, order, and geometry including client decorations. |
|
|
Performs actions needed when a band is moved to new position. |
|
|
Represents a band and control displayed by TControlBar. |
Version 4.0 | Generated 2025-05-03 | Home |