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

RegisterFindGlobalComponentProc

Register a component searching handler

Declaration

Source position: classesh.inc line 2267

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: May 14 2021