RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TURLAction.URL Property

Specifies the Uniform Resource Locator (URL) on which this action performs its function.

Pascal
property URL: String;
C++
__property AnsiString URL;

URL is the Uniform Resource Locator (URL) with which this action works. Each TURLAction descendant performs a different function that uses this URL. 

This value is not assigned automatically: it is the responsibility of the application to supply a value for URL. If no value is supplied, TURLAction automatically disables itself. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!