RAD Studio VCL Reference
|
Writes the component specified by Component to a stream.
procedure WriteComponent(Component: TComponent);
__fastcall WriteComponent(TComponent * Component);
Never call WriteComponent directly. WriteComponent is recursively called for each owned component in Root.
WriteComponent sets the csWriting state in Component's ComponentState property before calling the WriteState method of Component and clears the csWriting flag when WriteState returns.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|