System.Classes.TComponent.WriteState

From RAD Studio API Documentation
Revision as of 16:41, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

procedure WriteState(Writer: TWriter); virtual;

C++

virtual void __fastcall WriteState(TWriter* Writer);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Classes.pas
System.Classes.hpp
System.Classes TComponent

Description

Writes the state of the component.

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.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.Classes.TComponent.WriteState&oldid=164773"