RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.TReadComponentsProc Type

TReadComponentsProc is a type of callback procedure called used internally by the TReader class ReadComponents method.

Pascal
TReadComponentsProc = procedure (Component: TComponent) of object;
C++
(Component: TComponent) ( TReadComponentsProc)();

TReadComponentsProc is for internal use only. 

 

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