readme.txt

来自「利用TAPI实现对普通电话线路的控制。注意:需要使用支持TAPI的语音调制解调器」· 文本 代码 · 共 40 行

TXT
40
字号
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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?