Class TCalDropClient (unit Calmuniv)

Inherits from

TDragDrop

Constructors


constructor Create(AOwner: TComponent);

Public declarations


Functions

class procedure CheckMessage(var Msg: TMsg; var Handled: Boolean);


destructor Destroy;


procedure ExtractFiles(Drop: THandle);


procedure Loaded;

Protected declarations

Properties

property Handle : HWND


property DropPos : TPoint


Events

event OnDropFiles : TNotifyEvent

Published declarations

Variables

FDropPos : TPoint;

Private declarations

FHandle : HWND;


FOnDropFiles : TNotifyEvent;



Constructors


constructor Create(AOwner: TComponent);

Public declarations


Functions


class procedure CheckMessage(var Msg: TMsg; var Handled: Boolean);


destructor Destroy;


procedure ExtractFiles(Drop: THandle);


procedure Loaded;

Protected declarations


Properties


property Handle : HWND


property DropPos : TPoint


Events


event OnDropFiles : TNotifyEvent

Published declarations


Variables


FDropPos : TPoint;

Private declarations


FHandle : HWND;


FOnDropFiles : TNotifyEvent;