It simply shows the About Form.
If set to true, when clicked it has a button click behavior.
If set to true, FPURLLabel behave as Win98/IE4 hyperlink.
Set LabelType to specify how the the label has to behave:
hmHTTP The Label or URL properties are seen as an http address.
hmMAIL The Label or URL properties are seen as an e-mail address.
hmFTP The Label or URL properties are seen as an ftp address.
hmNEWS The Label or URL properties are seen as a news address.
hmCUSTOM FPUrlLabel execute what is set in the URL property. If URL is empty, nothing happens.
With LabelType = hmMail, permits when the e-mail address is run to specify the subject.
property URL: TURL TURL = String DescriptionURL 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.
With this property you can set the label's color when the mouse is over or clicked.
Shows the default color of the label.