[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return information about this dock site (InfluenceRect).
Source position: controls.pp line 1796
protected procedure TWinControl.GetSiteInfo( |
Client: TControl; |
var InfluenceRect: TRect; |
MousePos: TPoint; |
var CanDock: Boolean |
); virtual; |
The InfluenceRect determines the screen coordinates, within which a drop is accepted.
The InfluenceRect is the slightly inflated WindowRect of the dock site, adjustable in an OnGetSiteInfo handler.
lazarus-ccr.sourceforge.net |