Reader procedure used by DefineProperties.
Source position: classesh.inc line 1698
| type TReaderProc = procedure( | 
| Reader: TReader | 
| ) of object; | 
The TReaderProc reader procedure is a callback procedure which will be used by a TPersistent descendant to read user properties from a stream during the streaming process. The Reader argument is the writer object which can be used read properties from the stream.