RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComponent.WriteState Method

Writes the state of the component.

Pascal
procedure WriteState(Writer: TWriter); virtual;
C++
virtual __fastcall WriteState(TWriter Writer);

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

This method expects a TWriter object that is used for storing the state of the component. 

 

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