JVCL Help:TExtensibleInterfacedPersistent.WriteImplementers
JVCL Help: TExtensibleInterfacedPersistent.WriteImplementers Method
Search in JVCL Help
Search in all projectsSummary
Writes the list of extensions as a collection to a stream.
Pascal
procedureWriteImplementers(Writer: TWriter);
Parameters
Parameters | Description |
Writer: TWriter | Filer object to write the extension to. |
Description
WriteImplementers writes the list of extensions as a collection to a stream. It writes the collection start marker and for each extension in the list that can be streamed out (checked through the IsStreamableExtension method) WriteImplementer is called. The writing is concluded by writing the list end marker.
WriteImplementers is called by the filing system when the Extension property should be stored. This is only the case if there are extensions to store.
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