README.TXT
上传用户:rftzhifu
上传日期:2007-07-05
资源大小:18k
文件大小:1k
- EDDIAL.PAS
- ==========
- Version 1.00
- EdDial is a simple VC for Borland Delphi 2.0 which dial a phone
- number, using the TAPI Dialer from Win'95
- USAGE
- =====
- To specify a name in the call list, attach a event to 'BeforeDial'
- like this:
- procedure TForm1.EditAndDial1BeforeDial(Sender: TObject; var CalledParty: string);
- begin
- CalledParty:='John';
- end;
- LEGALITIES
- ==========
- This component is totally free (along with source code).
- If you find it useful then I would appreciate any of the following:
- - Comments, Suggestions, Bug finds etc.
- - If you improve the component, please send me a copy of the changes.
- Just send me some E-mail and I'll put you on my mailing list.
-
- -----------------------------------------------------------------------------------
- Best Regards
- Olivier DEVUE
- BELGIUM
- 19/3/96
- E-mail: olidev@msn.com