Callback type for RegisterInitComponentHandler.
Source position: classesh.inc line 2903
type TInitComponentHandler = function( |
Instance: TComponent; |
RootAncestor: TClass |
):Boolean; |
TInitComponentHandler is a callback type. It is used in the InitInheritedComponent call to initialize a component. Callbacks of this type are registered with the RegisterInitComponentHandler call.