Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.pascal.delphi.misc > #202
| From | Chris Cheney <invalid@invalid.invalid> |
|---|---|
| Newsgroups | comp.lang.pascal.delphi.misc |
| Subject | Re: Interface Event Interfaces |
| Date | 2012-01-31 20:54 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <jg9ked$pp4$1@dont-email.me> (permalink) |
| References | <06b41d46-a08e-4c2e-92fe-c040871c492e@p13g2000yqd.googlegroups.com> <jg9cgc$tno$1@dont-email.me> <ffb836cc-2e0d-4a3a-8a98-1d811cacdcf0@t24g2000yqj.googlegroups.com> |
On Tue, 31 Jan 2012 11:42:13 -0800, alanglloyd@aol.com wrote: > Advise & Unadvise are in the supplier's SDK as methods of the general > device interface (for all languages which might use the SDK). I've not > come across them elsewhere & certainly not with the working interface > system. Perhaps Binh Ly's code effectively replaces them. Take a look at Binh Ly's http://www.techvanguards.com/com/tutorials/eventsystem.asp and the download http://www.techvanguards.com/files/EventSystemDelphi.zip Look in Chat/ChatEventsEvents.pas [sic] in the zip for TChatEventsEventsBaseSink.Connect (line 222) and TChatEventsEventsBaseSink.Disconnect; (line 240) which wrap Advise and Unadvise respectively. Chris
Back to comp.lang.pascal.delphi.misc | Previous | Next — Previous in thread | Next in thread | Find similar
Interface Event Interfaces "alanglloyd@aol.com" <alanglloyd@aol.com> - 2012-01-31 08:30 -0800
Re: Interface Event Interfaces Chris Cheney <invalid@invalid.invalid> - 2012-01-31 18:39 +0000
Re: Interface Event Interfaces "alanglloyd@aol.com" <alanglloyd@aol.com> - 2012-01-31 11:42 -0800
Re: Interface Event Interfaces Chris Cheney <invalid@invalid.invalid> - 2012-01-31 20:54 +0000
Re: Interface Event Interfaces "alanglloyd@aol.com" <alanglloyd@aol.com> - 2012-02-05 03:05 -0800
csiph-web