Class TDropPanel (unit DropPnl)

Inherits from

TPanel

Constructors


constructor Create(anOwner : TComponent);



Functions

procedure CreateParams(var Params : TCreateParams);


destructor Destroy;


procedure HandleDroppedBitBtnGlyphs(aComp : TBitBtn; const aStr : string);


procedure HandleDroppedFiles;

FDroppedList[0]);

function HandleDroppedFilesRec(aComp : TWinControl; dropAt : TPoint) : boolean;


function HandleDroppedGlyphs(aGlyph : TBitmap; const aStr : string) : integer;


procedure HandleDroppedSpeedButtonGlyphs(aComp : TSpeedButton; const aStr : string);

FDroppedList[0]);

procedure WMDropFiles(var Message : TMessage);


Properties

property AtRunTime : boolean


property DropAction : TDropActions


Events

event OnDrop : TDropEvent


Variables

FAtRunTime : boolean;


FDropAction : TDropActions;


FDroppedList : TStringList;


FDroppedPoint : TPoint;


FOnDrop : TDropEvent;



Constructors


constructor Create(anOwner : TComponent);


Functions


procedure CreateParams(var Params : TCreateParams);


destructor Destroy;


procedure HandleDroppedBitBtnGlyphs(aComp : TBitBtn; const aStr : string);


procedure HandleDroppedFiles;

FDroppedList[0]);


function HandleDroppedFilesRec(aComp : TWinControl; dropAt : TPoint) : boolean;


function HandleDroppedGlyphs(aGlyph : TBitmap; const aStr : string) : integer;


procedure HandleDroppedSpeedButtonGlyphs(aComp : TSpeedButton; const aStr : string);

FDroppedList[0]);


procedure WMDropFiles(var Message : TMessage);


Properties


property AtRunTime : boolean


property DropAction : TDropActions


Events


event OnDrop : TDropEvent


Variables


FAtRunTime : boolean;


FDropAction : TDropActions;


FDroppedList : TStringList;


FDroppedPoint : TPoint;


FOnDrop : TDropEvent;