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