API:Data.Bind.Components.TContainedBindComponent.ReadState

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TContainedBindComponent

Delphi

procedure ReadState(Reader: TReader); override;

C++

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

Description

Reads the state of the component.

Data.Bind.Components.TContainedBindComponent.ReadState inherits from System.Classes.TComponent.ReadState. All content below this line refers to System.Classes.TComponent.ReadState.

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