Unit Rascomp32

Classes

TConnectionList - Holds a list of active connections.
TRAS -

Functions

Register -

Types

TRasStateEvent

Constants

MaxConnections
MAX_ENTRIES

Variables


Functions


procedure Register;


Types


TRasStateEvent = Procedure( Sender: TObject; Error: Longint; ErrorString: String) of Object
Signals a change in RAS state, returning any errors.

Constants

MaxConnections = 4

Delphi 3.0 RAS Component Ian Barton, 1997. EMail: ibarton@ossystems.co.uk Web: http://www.ossystems.co.uk Release date: 18th December, 1997. Much of this component is based on the RAS component for Delphi 2.0 by Daniel Polistchuck at danpol@br.homeshopping.com.br. I have added several new methods and made a few minor changes to existing ones. Most of my work has been in converting parts of rasapi.h into Delphi. Where appropriate I have provided both Unicode and ASCII function prototypes. There is still some work to do on converting the C header file to Delphi and you will see some notes in the source where I haven't finished things off yet! This is very much a work in progress. Since Microsoft keep adding things to the API, rather than wait until I have completed everything I have decided to keep releasing updated versions of this code. If you find any mistakes, or make any additions I would be pleased to hear about them so I can keep this project up to date. You should always be able to find the latest version of this file on my Web page.

MAX_ENTRIES = 50


Variables