RegisterFindGlobalComponentProc
Register a component searching handler
Declaration
Source position: classesh.inc line 2422
procedure RegisterFindGlobalComponentProc
(AFindGlobalComponent: TFindGlobalComponent);
Description
RegisterFindGlobalComponentProc registers a global component search callback AFindGlobalComponent. When FindGlobalComponent is called, then this callback will be used to search for the component.
Errors
None.
See also
| Name | Description |
|---|---|
| FindGlobalComponent | Callback used when a component must be found. |
| UnRegisterFindGlobalComponentProc | Remove a previously registered component searching handler. |