Re: Set WodSFTP Event Handlers programmatically in - WeOnlyDo Discussion board

Re: Set WodSFTP Event Handlers programmatically in (General questions)

by wodDamir, Monday, February 26, 2007, 15:33 (6291 days ago) @ Ian McGregor

Hi Ian,

I'm not sure how much i'll be able to help you as i'm not really a Delphi guru, but i believe the idea is to declare a function which would handle the Event.

Something like this:
------------------------------------------
WodSFTPComX.OnConnected := MyComConnected;
------------------------------------------

This should be done for each event you want to use.

Regards,
Damba


Complete thread: