Unit pvlUrl |
************************************************ PvlUrl is a simple component that will launch the default browser and jump to a specified URL. It bypasses some of the hassles of just using Shell execute the URL. Additional Properties Url : The Url to show; UrlShowCommand : How to show the browser e.g. maximzed,minimized etc; Additional Methods Connect : Launch the browser. This Source Code remains Copyrighted to CopyRight (c) 1997 PA van Lonkhuyzen It may be distributed/modified/used freely. The Author may be contacted via email peterv@global.co.za post P A van Lonkhuyzen PO Box 1041 Randpark Ridge 2156 South Africa ***************************************************) {$D-,L-} {Remove if you wish to debug this code
Classes |
TpvlUrl -
Functions |
Register -
Types |
Constants |
Variables |
Functions |
Types |
TUrlShowCmd = (ssHide,ssMaximize,ssMinimize,ssRestore,ssShow,ssShowDefault,ssShowMaximized,ssShowMinimized,ssShowMinNoActivate,ssShowNA,ssShowNoActivate,ssShowNormal);
Constants |
Variables |