JVCL Help:TJvBaseDataItem.WriteSubItems

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

Search in JVCL Help

 
Search in all projects
 

Summary

Writes the list of sub items as a collection to a stream.


Pascal

 procedureWriteSubItems(Writer: TWriter);


Parameters

Parameters Description
Writer: TWriter Filer object to write the extension to.


Description

WriteSubItems writes the list of sub items as a collection to a stream, if such a list exists (i.e. if the IJvDataItems interface is supported by this class). It writes the collection start marker and one item. This item starts with the ClassName property containing the class name of the object implementing the IJvDataItems interface. The remainder of the item will consist of the properties of IJvDataItems implementation object. The writing is concluded by writing the list end marker.
WriteImplementers is called by the filing system when the SubItems property should be stored. This is only the case if the IJvDataItems interface is supported.


See Also

TJvBaseDataItem.ReadSubItems


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