GoToURL

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWApplication > Methods >

GoToURL

SIGNATURE=IWApplication.TIWApplication.GoToURL@string@Boolean@Boolean

 

ETYPE=Method

 

Declaration:

Delphi:

public procedure GoToURL(const aURL: string; const aReplaceUrl: Boolean = True; const aPrependBaseUrl: Boolean = True);

C++:

void public: __fastcall GoToURL(const String aURL, const bool aReplaceUrl = True, const bool aPrependBaseUrl = True);

 

Description: This is GoToURL, a member of class TIWApplication.