JVCL Help:TJvLocalFileUrlGrabber.ParseUrl@string@string

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Parses the URL to extract the local filename


Pascal

 classprocedureParseUrl(Url: string; Protocol: string; varHost: string; varFileName: string; varUserName: string; varPassword: string; varPort: Cardinal); override; overload;
classprocedureParseUrl(constUrl: string; varFileName: string); overload; reintroduce;


Parameters

Parameters Description
Url: string The Url to parse
Protocol: string Description for this parameter
var Host: string Description for this parameter
var FileName: string The filename found in the Url
var UserName: string Description for this parameter
var Password: string Description for this parameter
var Port: Cardinal Description for this parameter


Description

As local file grabbers do not use protocol, host, user name, password and port specifications, this method makes life easier by allowing to pass only two parameters


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page