[Overview][Types][Classes][Index] |
Signals the OnDragOver event handler (when assigned).
Source position: groupededit.pp line 214
protected procedure TCustomAbstractGroupedEdit.EditDragOver( |
Source: TObject; |
X: Integer; |
Y: Integer; |
State: TDragState; |
var Accept: Boolean |
); virtual; |
Source |
|
Object instance with the dragged object for the drag over event. |
X |
|
Horizontal coordinate for the mouse pointer when the dragged object entered, left, or was moved on the control. |
Y |
|
Vertical coordinate for the mouse pointer when the dragged object entered, left, or was moved on the control. |
State |
|
Indicates whether the dragged object entered, left, or was moved on the control. |
Accept |
|
Returns True if the event handler accepts or responds to the drag over event. |
|
Event handler signalled when a control is dragged over the control instance. |
|
|
Represents the control used as the editor for the value in the grouped edit control. |
Version 4.0 | Generated 2025-05-03 | Home |