![]() |
![]() ![]() ![]() |
acDragPanel component.
|
type
|
TacDragPanelDragObject = (doForm, doPanel, doNone);
|
|
property DragObject: TacDragPanelDragObject;
|
The DragObject property specifies which object should be moved when user dragging the panel with mouse. There are possible values for DragObject:
|
|
Value Meaning
|
doForm | the owner form will be moved, when user dragging the panel with mouse;
|
doPanel | the panel will be moved itself within its container;
|
doNone | nothing happends. The panel behave like usual TPanel component.
|
DragCursor property.
|