[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Provides information about the DockSite for the control.
Source position: controls.pp line 2252
protected property TWinControl.OnGetSiteInfo : TGetSiteInfoEvent |
The handler can adjust the InfluenceRect, within which mouse moves are recognized by this control. The handler also can deny any drops, depending on the dragging operation for the control.
OnGetSiteInfo occurs before the OnDockOver event handler.
|
Event handler for moves of a control over this docksite; determines acceptance or rejection of an possible drop. |