System.Classes.RegisterFindGlobalComponentProc
Delphi
procedure RegisterFindGlobalComponentProc(AFindGlobalComponent: TFindGlobalComponent);
C++
extern DELPHI_PACKAGE void __fastcall RegisterFindGlobalComponentProc(TFindGlobalComponent AFindGlobalComponent);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.Classes.pas System.Classes.hpp |
System.Classes | System.Classes |
Description
Used for registering component finding functions.
RegisterFindGlobalComponentProc registers functions to be used by FindGlobalComponent for form linking.
The Forms unit uses the RegisterFindGlobalComponentProc to register its global component finding function.