JVCL Help:TJvCustomUrlGrabber.GetSupportedProtocolMarker
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomUrlGrabber.GetSupportedProtocolMarker Method
[+] TJvCustomUrlGrabber Events
[+] TJvCustomUrlGrabber Methods
[+] TJvCustomUrlGrabber Properties
Search in JVCL Help
Search in all projectsSummary
This function returns the marker that indicates the protocol in a URL.
Pascal
classfunctionGetSupportedProtocolMarker: string; virtual;
Return Value
A string indicating the marker for protocol supported by the class.
Description
For instance, for an HTTP grabber, this 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.GetSupportedURLName
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