[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Register a component initialization handler
Source position: classesh.inc line 2154
procedure RegisterInitComponentHandler( |
ComponentClass: TComponentClass; |
Handler: TInitComponentHandler |
); |
RegisterInitComponentHandler registers a component initialization handler Handler for the component ComponentClass. This handler will be used to initialize descendants of ComponentClass in the InitInheritedComponent call.
|
Initializes a component descending from RootAncestor |
|
|
Callback type for RegisterInitComponentHandler |