JVCL Help:TJvLocalFileUrlGrabber.CanGrab
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvLocalFileUrlGrabber.CanGrab Method
[+] TJvLocalFileUrlGrabber Events
[+] TJvLocalFileUrlGrabber Methods
[+] TJvLocalFileUrlGrabber Properties
Search in JVCL Help
Search in all projectsSummary
Return true if the URL is a Local File 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 Local File URL, that is it starts with 'file://', '?:', or the URL indicates an existing file
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