Unit Telef

Classes

TTelefon -

Functions

Register -

Types

TCPort
TDMethod

Constants

Variables


Functions


procedure Register;


Types


TCPort = (COM1,COM2,COM3,COM4);
Ttelefon Component for Delphi 2.0 This is a small freeware component for dialing telephone nubmers. It is based on two other components : 1.QCCom32 by Scott Pinkham ((c) 1996 Quantum Composers, Bozeman, MT) 2.TDialer by Artchil Gogava ((C) ArGo Software Design, Toronto, Canada) While I was working with Delphi 1.0 I was using A. Gogava's TDialer component but since I've moved to Delphi 2.0 I adjusted Gogava's component to win32 enviroment. Mihaela Mihaljevich simmiha@filozof.ffzg.hr Zagreb, Croatia Thanks to: Scott Pinkham ((c) 1996 Quantum Composers, Bozeman, MT) Artchil Gogava ((C) ArGo Software Design, Toronto, Canada) USAGE: In order to dial a telephone number you just assign it to TelNumber and then call procedure Dial (e.g. Telefon1.TelNumber:='123456'; Telefon1.Dial;) If you need your modem to recognize DIALTONE, put 'ATX2' as your InitStr Happy programming!
TDMethod  = (dmTone,dmPulse);

Constants


Variables