[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

UnregisterFindGlobalComponentProc

Remove a previously registered component searching handler.

Declaration

Source position: classesh.inc line 1628

procedure UnregisterFindGlobalComponentProc(

  AFindGlobalComponent: TFindGlobalComponent

);

Description

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.

Errors

None.

See also

FindGlobalComponent

  

Callback used when a component must be found.

RegisterFindGlobalComponentProc

  

Register a component searching handler