FMX.WebBrowser.ICustomBrowser.GetURL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetURL: string;

C++

virtual System::UnicodeString __fastcall GetURL(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.WebBrowser.pas
FMX.WebBrowser.hpp
FMX.WebBrowser ICustomBrowser

Description

Getter method for the URL property.

Implement GetURL to get the string value of the URL property.

See Also