FMX.MultiView.TCustomMultiView.WriteState

From RAD Studio API Documentation

Delphi

procedure WriteState(Writer: TWriter); override;

C++

virtual void __fastcall WriteState(System::Classes::TWriter* Writer);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.MultiView.pas
FMX.MultiView.hpp
FMX.MultiView TCustomMultiView

Description

Writes the state of the component. {{#multireplace:FMX.MultiView.TCustomMultiView.WriteState|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Classes.TComponent.WriteState|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Classes.TComponent.WriteState|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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