JVCL Help:TJvCustomUrlGrabber.GetSupportedURLName
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomUrlGrabber.GetSupportedURLName Method
[+] TJvCustomUrlGrabber Events
[+] TJvCustomUrlGrabber Methods
[+] TJvCustomUrlGrabber Properties
Search in JVCL Help
Search in all projectsSummary
This function returns the name of the URL supported by the grabber. This is not the protocol part of a URL, but a user displayable string.
Pascal
classfunctionGetSupportedURLName: string; virtual;
Return Value
A string indicating the type of URL supported by the class.
Description
This function returns a user displayable name that indicates the type of URL supported by the class. For instance, a HTTP grabber class would return 'HTTP'. This function MUST be overridden in the derived classes but cannot be abstract because of C++ Builder compatibility issues
See Also
TJvCustomUrlGrabber.GetSupportedProtocolMarker
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