Classes.TComponent.ReadState

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From Classes.pas

	procedure ReadState(Reader: TReader); virtual;


Unit: Classes

Type: method

Visibility: protected

Member Of: TComponent

C++ Information

From Classes.hpp

	virtual void __fastcall ReadState(Classes::TReader * Reader);


Unit: Classes

Type: method

Visibility: protected

Member Of: 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 objects that is used for reading the state of the component.

See Also

Personal tools
Translations
Newest Version