[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Remove a previously registered component searching handler.
Source position: classesh.inc line 2145
procedure UnregisterFindGlobalComponentProc( |
AFindGlobalComponent: TFindGlobalComponent |
); |
UnRegisterFindGlobalComponentProc unregisters the previously registered global component search callback AFindGlobalComponent. After this call, when FindGlobalComponent is called, then this callback will be no longer be used to search for the component.
None.
|
Callback used when a component must be found. |
|
|
Register a component searching handler |