FMX.WebBrowser.ICustomBrowser.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 public
FMX.WebBrowser.pas
FMX.WebBrowser.hpp
FMX.WebBrowser ICustomBrowser

Description

Indicates the loaded document.

URL specifies the loaded document.

See Also