JVCL Help:TJvFtpUrlGrabber.CanGrab
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvFtpUrlGrabber.CanGrab Method
[+] TJvFtpUrlGrabber Events
[+] TJvFtpUrlGrabber Fields
[+] TJvFtpUrlGrabber Methods
[+] TJvFtpUrlGrabber Properties
Search in JVCL Help
Search in all projectsSummary
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