Unit WebUtils

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

 

Uses

Overview

Functions and Procedures

function LaunchURL(var BrowserPath: string; const URL: string; Maximize: boolean = True) : boolean;
function DefaultBrowserPath: string;
procedure CloseBrowser(BrowserName:string);
function FindFiles(const Path, Mask: string; IncludeSubDir: boolean; const Files: TStringList): integer;
function FileToURL(const FileName: string): string;

Description

Functions and Procedures

function LaunchURL(var BrowserPath: string; const URL: string; Maximize: boolean = True) : boolean;

BrowserPath should either be the full path of the web browser or it should be '' to use the default web browser.

function DefaultBrowserPath: string;
 
procedure CloseBrowser(BrowserName:string);

The call to the method must be accomplished with 'IExplore’ for the Internet Explorer, 'Netscape’ for the Netscape Communicator and 'Opera’ for the Opera.

function FindFiles(const Path, Mask: string; IncludeSubDir: boolean; const Files: TStringList): integer;
 
function FileToURL(const FileName: string): string;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:42:06