Main Properties

About
Allowdown
Effect98
LabelType
MailSubject
URL
URLColPre
URLColStd
 

About

property About: TAbout
 
Description

It simply shows the About Form.

Allowdown

property AllowDown : Boolean
 
Description

If set to true, when clicked it has a button click behavior.

Effect98

property Effect98 : Boolean
 
Description

If set to true, FPURLLabel behave as Win98/IE4 hyperlink.

LabelType

property LabelType : TLabelType
TLabelType = (hmHTTP, hmMAIL, hmFTP, hmCUSTOM)
 
Description

Set LabelType to specify how the the label has to behave:

MailSubject

property MailSubject: TMailSubject
TMailSubject = String
 
Description

With LabelType = hmMail, permits when the e-mail address is run to specify the subject.

URL

property URL: TURL
TURL = String
 
Description

URL property allows you to put the http, e-mail, etc. address. It's useful if you want to write something else in the caption property. If URL is empty, nothing happens.

URLColPre

property URLColPre: TColor
 
Description

With this property you can set the label's color when the mouse is over or clicked.

URLColStd

property URLColStd: TColor
 
Description

Shows the default color of the label.