Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

RegisterFindGlobalComponentProc

Register a component searching handler.

Declaration

Source position: classesh.inc line 2487

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

FindGlobalComponent

  

Callback used when a component must be found.

UnRegisterFindGlobalComponentProc

  

Remove a previously registered component searching handler.


Documentation generated on: Jul 24 2023