Vcl.ExtActns.TDownLoadURL.URL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property URL: string read GetURL write SetURL default 0;

C++

__property URL = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TDownLoadURL

Description

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

Vcl.ExtActns.TDownLoadURL.URL inherits from Vcl.ExtActns.TURLAction.URL. All content below this line refers to Vcl.ExtActns.TURLAction.URL.

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

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.

See Also