JVCL Help:TJvCustomUrlGrabber.CanGrab
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomUrlGrabber.CanGrab Method
[+] TJvCustomUrlGrabber Events
[+] TJvCustomUrlGrabber Methods
[+] TJvCustomUrlGrabber Properties
Search in JVCL Help
Search in all projectsSummary
Returns true if the given Url is supported by the grabber
Pascal
classfunctionCanGrab(constUrl: string): Boolean; virtual;
Parameters
Parameters | Description |
const Url: string | The Url to test |
Return Value
True if the Url is supported, False otherwise
Description
This function must return True if the given URL can be grabbed by the class being asked. It returns False otherwise. It MUST be overridden in the derived classes but cannot be abstract because of C++ Builder compatibility issues
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