Class TDragDropPanel (unit shdrdrop)

Inherits from

TPanel

Constructors


Constructor Create(AOwner: Tcomponent);

Public-Deklarationen


Functions

Destructor Destroy;


Procedure SetParent(Value: TWinControl);

Protected-Deklarationen

Can't use DragAcceptFiles without Parent I do not know whether it is safe to use DragAcceptFiles in design mode.


procedure SetActive(val: Boolean);

We're finished with this message

procedure WMDropFiles(var Message: TWMDropFiles);


Properties

property Active : Boolean

Published-Deklarationen

property Color :


property Ctl3D :


property Cursor :


property Hint :


property ParentColor :


property ParentCtl3D :


property ParentShowHint :


property ShowHint :


property Visible :


Events

event OnClick :

Publish Inherited Protected Events

event OnDblClick :


event OnFileDropped : TDDPDropped


event OnMouseDown :


event OnMouseMove :


event OnMouseUp :


Variables

fActive : Boolean;

Private-Deklarationen

fOnFileDropped : TDDPDropped;



Constructors


Constructor Create(AOwner: Tcomponent);

Public-Deklarationen


Functions


Destructor Destroy;


Procedure SetParent(Value: TWinControl);

Protected-Deklarationen

Can't use DragAcceptFiles without Parent I do not know whether it is safe to use DragAcceptFiles in design mode. As it does not show effect while designing I simply do not call it


procedure SetActive(val: Boolean);

We're finished with this message


procedure WMDropFiles(var Message: TWMDropFiles);


Properties


property Active : Boolean

Published-Deklarationen


property Color :


property Ctl3D :


property Cursor :


property Hint :


property ParentColor :


property ParentCtl3D :


property ParentShowHint :


property ShowHint :


property Visible :


Events


event OnClick :

Publish Inherited Protected Events


event OnDblClick :


event OnFileDropped : TDDPDropped


event OnMouseDown :


event OnMouseMove :


event OnMouseUp :


Variables


fActive : Boolean;

Private-Deklarationen


fOnFileDropped : TDDPDropped;