Class TNetscape (unit Netscap) |
Inherits from
TComponent
constructor Create(AOwner: TComponent);
- Public declarations
procedure BrowseTo(URL: String);
establish a link to Netscape
destructor Destroy;
Function GetLastWndInfo: TWndInfo;
sets the session to the last active window, or a new window
Procedure QuitNetscape;
establish a link to Netscape
procedure StartNetscape;
property LastWndInfo : TWndInfo
property ProgramPath : string
Published declarations
FDdeClientConv : TDdeClientConv;
Protected declarations
FLastWndInfo : TWndInfo;
FProgramPath : String;
constructor Create(AOwner: TComponent);
Public declarations
procedure BrowseTo(URL: String);
establish a link to Netscape
destructor Destroy;
Function GetLastWndInfo: TWndInfo;
sets the session to the last active window, or a new window
Procedure QuitNetscape;
establish a link to Netscape
procedure StartNetscape;
property LastWndInfo : TWndInfo
property ProgramPath : string
Published declarations
FDdeClientConv : TDdeClientConv;
Protected declarations
FLastWndInfo : TWndInfo;
FProgramPath : String;