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)();

Classes

TReadComponentsProc is for internal use only. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!