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

Declaration
property URLInNewWindow: Boolean;  

Description
The URLInNewWindow property controls how to open the URL: in new browser window (True) or in existing (False).  
 
Set URLInNewWindow to True to open the new browser window before redirecting user to the URL. Or set it to False to open the URL in the existing, active browser window.  

Remarks
iiwarning This property works if MS Internet Explorer is default browser on user's PC. However, if default browser is Netscape Navigator, the URLLabel will always open the URL in new window, even if URLInNewWindow is False.  

See also
URL property.