Unit RUrllabel

Ray Adams TRUrlLabel component (c) 1998 Ray Adams Allow to insert in form links in WEB style (HttP, Ftp, Mail) Just put your url (without HTTP or others) in caption. When you click on it , this component automaticaly add type of URL before execute it. Added properties: FActiveColor : TColor When mouse detected over the label Label text changed to this color; FUrlType: TUrlType; Setting this property you set type of your Url possible values Http - like http://www.microsoft.com Ftp, like ftp://ftp.microsoft.com Mail, like mailto:rayadams@writeme.com Custom in case of custom url type you must set your type in property CustomUrlType FDetectMouse:Boolean; Inform component to change url color when mouse detected over component;

Classes

TRUrllabel -

Functions

Register -

Types

TUrlType

Constants

Variables


Functions


procedure Register;


Types


TUrlType=(Http,Mail,Ftp,Custom);

Constants


Variables