Class TDnDListBox (unit DnDListBox)

Inherits from

TListBox

Constructors


constructor Create(AOwner : TComponent);

Déclarations publiques


Functions

procedure CreateWnd;

inherited;

procedure FileDropped(FileName : string);


procedure LBADDSTRING(var msg : TMessage);


procedure LBDELETESTRING(var msg : TMessage);


procedure LBINSERTSTRING(var msg : TMessage);


procedure WMDROPFILES(var msg : TMessage);

Déclarations protégées

Properties

property AutoAdd : boolean

Déclarations publiées

Events

event OnAddString : TNotifyEvent


event OnDeleteString : TNotifyEvent


event OnFileDropped : TFileDropped


event OnInsertString : TNotifyEvent


Variables

FAutoAdd : boolean;


FFileDropped : TFileDropped;

Déclarations privées

FLbAddString : TNotifyEvent;


FLbDeleteString : TNotifyEvent;


FLbInsertString : TNotifyEvent;



Constructors


constructor Create(AOwner : TComponent);

Déclarations publiques


Functions


procedure CreateWnd;

inherited;


procedure FileDropped(FileName : string);


procedure LBADDSTRING(var msg : TMessage);


procedure LBDELETESTRING(var msg : TMessage);


procedure LBINSERTSTRING(var msg : TMessage);


procedure WMDROPFILES(var msg : TMessage);

Déclarations protégées


Properties


property AutoAdd : boolean

Déclarations publiées


Events


event OnAddString : TNotifyEvent


event OnDeleteString : TNotifyEvent


event OnFileDropped : TFileDropped


event OnInsertString : TNotifyEvent


Variables


FAutoAdd : boolean;


FFileDropped : TFileDropped;

Déclarations privées


FLbAddString : TNotifyEvent;


FLbDeleteString : TNotifyEvent;


FLbInsertString : TNotifyEvent;