JVCL Help:TJvFtpUrlGrabber.CanGrab

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

Search in JVCL Help

 
Search in all projects
 

Summary

Returns true if the URL is a FTP URL


Pascal

 classfunctionCanGrab(constUrl: string): Boolean; override;


Parameters

Parameters Description
const Url: string The URL to test


Return Value

True if the URL is a FTP URL, that is it starts with 'ftp://'


Description

This is an overridden method, you don't have to describe these if it does the same as the inherited method


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