Class TGoToWeb (unit GoToWeb)
Inherits from
TComponent
Constructors
constructor Create(aOwner : TComponent);
TGoToWeb
Functions
function BrowserPath:string;
function Execute : boolean;
function IsAnyBrowser : boolean;
function SendEMail:boolean;
procedure SetBrowserState(value:TBrowserState);
procedure SetEMail(value:string);
procedure SetEmailSubject(value:string);
procedure SetUrl(value:string);
Properties
property About : TAboutProperty
property BrowserState : TBrowserState
property EMail : string
property EMailSubject : string
property Url : string
Events
Variables
FAbout : TAboutProperty;
FBrowserState : TBrowserState;
FEmail : String;
FEMailSubject : String;
FUrl : String;
Constructors
constructor Create(aOwner : TComponent);
TGoToWeb
Functions
function BrowserPath:string;
function Execute : boolean;
function IsAnyBrowser : boolean;
function SendEMail:boolean;
procedure SetBrowserState(value:TBrowserState);
procedure SetEMail(value:string);
procedure SetEmailSubject(value:string);
procedure SetUrl(value:string);
Properties
property About : TAboutProperty
property BrowserState : TBrowserState
property EMail : string
property EMailSubject : string
property Url : string
Events
Variables
FAbout : TAboutProperty;
FBrowserState : TBrowserState;
FEmail : String;
FEMailSubject : String;
FUrl : String;