[Overview][Types][Classes][Procedures and functions][Index] |
Determines if the display rectangles for two bands overlap.
Source position: extctrls.pp line 1638
protected function TCustomControlBar.IsBandOverlap( |
ARect: TRect; |
BRect: TRect |
):Boolean; |
ARect |
|
Display rectangle for a TCtrlBand instance compared in the method. |
BRect |
|
Display rectangle for the other TCtrlBand instance compared in the method. |
True when the rectangles overlap horizontally or vertically.
Version 4.0 | Generated 2025-05-03 | Home |