Unit URL

URL Component version 1.0 Copyright © 1997 by Alexander Meeder With this control it's easy to add www-addresses, mail-addresses etc. behind menu-options, buttons etc. How to use TURL: 1. First put this control on your form 2. Set the URLType property to one of the following nine types: File, Ftp, Gopher, Http, Https, Mailto, News, Telnet, Wais 3. Set the property URL to the desired address for instance: ameeder@dds.nl 4. Call the TURL.Execute method from the menu-click, button-click, ... event Questions, suggestions etc. mail me: ameeder@dds.nl

Classes

TURL -

Functions

Register -

Types

TURLType

Constants

Variables


Functions


procedure Register;


Types


TURLType = (utFile, utFtp, utGopher, utHttp, utHttps, utMailto, utNews, utTelnet, utWais);

Constants


Variables