RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.RegisterFindGlobalComponentProc Function

Used for registering component finding functions.

Pascal
procedure RegisterFindGlobalComponentProc(AFindGlobalComponent: TFindGlobalComponent);
C++
RegisterFindGlobalComponentProc(TFindGlobalComponent AFindGlobalComponent);

RegisterFindGlobalComponentProc registers functions to be used by FindGlobalComponent for form linking.  

The Forms unit uses the RegisterFindGlobalComponentProc to register its global component finding function. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!