JVCL Help:TExtensibleInterfacedPersistent.ReadImplementer

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

Search in JVCL Help

 
Search in all projects
 

Summary

Reads in an extension from a stream.


Pascal

 procedureReadImplementer(Reader: TReader);


Parameters

Parameters Description
Reader: TReader Filer object to read the extension from.


Description

ReadImplementer reads in an extension from a stream. It expects the first property to be the fake ClassName property, to determine which extension class it should instantiate. If the first property is not named ClassName or the class name it refers to is not a valid extension class, an exception will be raised instead.
ReadImplementer is called by ReadImplementers for each item in the collection in the stream. It should read the preceding list start marker and the succeeding list end marker.


See Also

TExtensibleInterfacedPersistent.ReadImplementers, TExtensibleInterfacedPersistent.WriteImplementer


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