RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataModule.ReadState Method

Reads the state of the component.

Pascal
procedure ReadState(Reader: TReader); override;
C++
virtual __fastcall ReadState(TReader Reader);

ReadState is used internally in the component streaming system. It is not necessary to call it directly.  

ReadState expects a TReader objects that is used for reading the state of the component. 

 

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