Show: Delphi
C++
Display Preferences
System.Classes.RegisterFindGlobalComponentProc
From XE2 API Documentation
Delphi
procedure RegisterFindGlobalComponentProc(AFindGlobalComponent: TFindGlobalComponent);
C++
extern 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.