| [Overview][Constants][Types][Classes][Procedures and functions][Variables] | 
Event handler type, occurs when a component class pointer must be found when reading a component from a stream.
Source position: classesh.inc line 895
| type TFindComponentClassEvent = procedure( | 
| Reader: TReader; | 
| const ClassName: String; | 
| var ComponentClass: TComponentClass | 
| ) of object; |