urllabel URL property
Return to Introduction  Previous page  Next page
Applies to
acURLLabel component.  

Declaration
property URL: String;  

Description
The URL property specifies the URL location of the Web-resource to redirect user (if Kind = ukWWW).  
 
When user clicks the URLLabel, the component will execute default browser and opens the Web-page specified in this property. You can specify the locations either with http://, https:// or ftp:// prefixes.  
 
tip If URL is not specified (leaved empty), the component will use the label text as the URL and opens the http://Caption page.  

See also
URLInNewWIndow, Kind and Email properties.