System.Classes.TComponent.ReadState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReadState(Reader: TReader); virtual;

C++

virtual void __fastcall ReadState(TReader* Reader);

Properties

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

Description

Reads the state of the component.

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

ReadState expects a TReader object, which is used for reading the state of the component.

See Also