JVCL Help:TJvLocalFileUrlGrabber.GetSupportedURLName

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 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; override;


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