Data.Bind.Components.TContainedBindComponent.ReadState
Delphi
procedure ReadState(Reader: TReader); override;
C++
virtual void __fastcall ReadState(System::Classes::TReader* Reader);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TContainedBindComponent |
Description
Reads the state of this 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.