Vcl.ExtActns.TURLAction.URL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property URL: String read GetURL write SetURL;

C++

__property System::UnicodeString URL = {read=GetURL, write=SetURL};

Properties

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

Description

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