[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event handler type, occurs when a component instance must be created when a component is read from a stream.
Source position: classesh.inc line 1227
type TCreateComponentEvent = procedure( |
Reader: TReader; |
ComponentClass: TComponentClass; |
var Component: TComponent |
) of object; |