JVCL Help:TJvFtpUrlGrabber.GetSupportedProtocolMarker

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

This function returns the marker that indicates the protocol in a URL.


Pascal

 classfunctionGetSupportedProtocolMarker: string; override;


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