JVCL Help:TJvCustomUrlGrabber.GetDefaultPropertiesClass

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 class of a property holder to be displayed in the object inspector.


Pascal

 classfunctionGetDefaultPropertiesClass: TJvCustomUrlGrabberDefaultPropertiesClass; virtual;


Return Value

A class derived from TJvCustomUrlGrabberDefaultProperties


Description

This property holder will be used by TJvUrlListGrabber to let the user specify default properties and will be passed to this class when created to handle a specific URL. It MUST be overridden in the derived classes but cannot be abstract because of C++ Builder compatibility issues


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