Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TFindComponentClassEvent

Event handler type, occurs when a component class pointer must be found when reading a component from a stream.

Declaration

Source position: classesh.inc line 1520

type TFindComponentClassEvent = procedure(

  Reader: TReader;

  const aClassName: string;

  var ComponentClass: TComponentClass

) of object;


Documentation generated on: Jul 24 2023