Class TBTDragDropFTP (unit bt_ddftp)

Inherits from

TPanel

Constructors


constructor Create(AOwner: TComponent);



Functions

procedure Connect;


destructor Destroy;

BevelOuter := bvRaised;

procedure AddFile(lpFindFileData: TWin32FindData);


procedure Change;

clears csLoading in Componentstate

procedure DoDblClick(sender: TObject);


procedure Loaded;

flags

procedure Log(const Text: string);


procedure RefreshFileList;


procedure SetActive(Value: boolean);


procedure WMDropFiles(var msg: TMessage);


Properties

property Active : boolean


property HostName : string


property LoginName : string


property Password : string


property RemoteDir : string


property SaveDialog : TSaveDialog


property StatusLabel : TLabel


Events

event OnChange : TNotifyEvent


event OnDblClick : TNotifyEvent


Variables

ListView : TListView;


FActive : boolean;


FHostName : string;


FLabel : TLabel;


FLogin : string;


FOnChange : TNotifyEvent;


FOnDblClick : TNotifyEvent;


FPassword : string;


FRemoteDir : string;


FSaveDialog : TSaveDialog;


hConnect : HInternet;



Constructors


constructor Create(AOwner: TComponent);


Functions


procedure Connect;


destructor Destroy;

BevelOuter := bvRaised;


procedure AddFile(lpFindFileData: TWin32FindData);


procedure Change;

clears csLoading in Componentstate


procedure DoDblClick(sender: TObject);


procedure Loaded;

flags


procedure Log(const Text: string);


procedure RefreshFileList;


procedure SetActive(Value: boolean);


procedure WMDropFiles(var msg: TMessage);


Properties


property Active : boolean


property HostName : string


property LoginName : string


property Password : string


property RemoteDir : string


property SaveDialog : TSaveDialog


property StatusLabel : TLabel


Events


event OnChange : TNotifyEvent


event OnDblClick : TNotifyEvent


Variables


ListView : TListView;


FActive : boolean;


FHostName : string;


FLabel : TLabel;


FLogin : string;


FOnChange : TNotifyEvent;


FOnDblClick : TNotifyEvent;


FPassword : string;


FRemoteDir : string;


FSaveDialog : TSaveDialog;


hConnect : HInternet;