[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Register a component initialization handler
Source position: classesh.inc line 1637
procedure RegisterInitComponentHandler( |
ComponentClass: TComponentClass; |
Handler: TInitComponentHandler |
); |
RegisterInitComponentHandlerregisters a component initialization handler Handlerfor the component ComponentClass. This handler will be used to initialize descendents of ComponentClassin the InitInheritedComponentcall.
|
Initializes a component descending from RootAncestor |
|
|
Callback type for RegisterInitComponentHandler |