[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: controls.pp line 394
type TDragDockObject = class(TDragObject) |
||
protected |
||
procedure AdjustDockRect(); virtual; |
|
|
function GetDragCursor(); override; |
|
|
procedure EndDrag(); override; |
|
|
public |
||
property DockOffset: TPoint; [rw] |
||
|
||
|
||
property DropOnControl: TControl; [rw] |
|
|
property Floating: Boolean; [rw] |
|
|
property IncreaseDockArea: Boolean; [r] |
|
|
property EraseDockRect: TRect; [rw] |
|
|
end; |
|
||
| | ||
|
The base class for many objects that are designed to be dragged and dropped |
|
| | ||
TObject |
lazarus-ccr.sourceforge.net |