JVCL Help:TExtensibleInterfacedPersistent.ReadImplementers
JVCL Help: TExtensibleInterfacedPersistent.ReadImplementers Method
Search in JVCL Help
Search in all projectsSummary
Reads in a collection of extensions from a stream.
Pascal
procedureReadImplementers(Reader: TReader);
Parameters
Parameters | Description |
Reader: TReader | Filer object to read the collection of extensions from. |
Description
ReadImplementers reads in a collection of extensions from a stream. It expects to find a collection at the current location. If there's not a collection at the current location in the stream, an exception will be raised.
For each item of the collection in the stream, the ReadImplementer method is called to read in that extension.
ReadImplementers is called by the filing system when the Extension property is encountered. It's responsible for reading the collection marker and the list end markers.
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