[Overview][Types][Classes][Index] |
Signals the OnEditEndDrag event handler (when assigned).
Source position: groupededit.pp line 216
protected procedure TCustomAbstractGroupedEdit.EditEndDrag( |
Target: TObject; |
X: Integer; |
Y: Integer |
); virtual; |
Target |
|
Object instance which is the drop target for the drag operation. |
X |
|
Horizontal mouse coordinate where the mouse button was released. |
Y |
|
Vertical mouse coordinate where the mouse button was released. |
Called from the internal end drag handler routine assigned to the BaseEditor for the grouped edit control.
|
Event handler signalled for the end of a drag-drop operation. |
|
|
Represents the control used as the editor for the value in the grouped edit control. |
|
|
Event handler signalled for the end of a drag-drop operation. |
Version 4.0 | Generated 2025-05-03 | Home |