Callback type when reading a component from a stream
type TReadComponentsProc = procedure(
Component: TComponent
) of object;