[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Event handler type, occurs when a component class pointer must be found when reading a component from a stream.
Source position: classesh.inc line 915
type TFindComponentClassEvent = procedure( |
Reader: TReader; |
const ClassName: String; |
var ComponentClass: TComponentClass |
) of object; |
No notes exist for this page yet.