JVCL Help:TJvUrlGrabberClassList.CreateFor

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

Search in JVCL Help

 
Search in all projects
 

Summary

Creates a grabber for the given URL


Pascal

 functionCreateFor(Owner: TComponent; Url: string; DefaultPropertiesList: TJvUrlGrabberDefaultPropertiesList): TJvCustomUrlGrabber;


Parameters

Parameters Description
Owner: TComponent The component that will own the created grabber
Url: string The URL to create a grabber for
DefaultPropertiesList: TJvUrlGrabberDefaultPropertiesList The list of default properties (usually the value of DefaultProperties from a TJvUrlListGrabber)


Return Value

A new grabber object capable of handling the indicated URL, or nil if no class in the list can handle the given URL


Description

If no class in the list can handle the URL, nil will be returned


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