FMX.WebBrowser.ICustomBrowser.SetURL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetURL(const AValue: string);

C++

virtual void __fastcall SetURL(const System::UnicodeString AValue) = 0 ;

Properties

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

Description

Setter method for the URL property.

Implement SetURL to set the string value of the AValue parameter to the URL property.

See Also