[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Remove a previously registered component searching handler.
Source position: classesh.inc line 1628
procedure UnregisterFindGlobalComponentProc( |
AFindGlobalComponent: TFindGlobalComponent |
); |
UnRegisterFindGlobalComponentProcunregisters the previously registered global component search callback AFindGlobalComponent. After this call, when FindGlobalComponentis 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 |