JVCL Help:TExtensibleInterfacedPersistent.WriteImplementer

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

Search in JVCL Help

 
Search in all projects
 

Summary

Writes an extension to a stream.


Pascal

 procedureWriteImplementer(Writer: TWriter; Instance: TAggregatedPersistentEx);


Parameters

Parameters Description
Writer: TWriter Filer object to write the extension to.
Instance: TAggregatedPersistentEx Extension to write to the stream.


Description

WriteImplementer writes an extension to a stream. It writes out a list start marker, followed by the fake ClassName property, containing the name of the extension's class. Next it will write the extension itself and concludes it by writing the list end marker.
WriteImplementer is called by WriteImplementers for each item in the extension list.


See Also

TExtensibleInterfacedPersistent.ReadImplementer, TExtensibleInterfacedPersistent.WriteImplementers


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