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
Complete thread:
- Set WodSFTP Event Handlers programmatically in Del - Ian McGregor, 2007-02-26, 13:22
- Re: Set WodSFTP Event Handlers programmatically in - wodDamir, 2007-02-26, 15:33