Re: Set WodSFTP Event Handlers programmatically in (General questions)
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