[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

TCreateComponentEvent

Event handler type, occurs when a component instance must be created when a component is read from a stream.

Declaration

Source position: classesh.inc line 1118

type TCreateComponentEvent = procedure(

  Reader: TReader;

  ComponentClass: TComponentClass;

  var Component: TComponent

) of object;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.