RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.TGetChildProc Type

TGetChildProc is a type of procedure called used internally by the TComponent class.

Pascal
TGetChildProc = procedure (Child: TComponent) of object;
C++
(Child: TComponent) ( TGetChildProc)();

TGetChildProc is for internal use only. 

 

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