System.Classes.TDataModule.ReadState
Delphi
procedure ReadState(Reader: TReader); override;
C++
virtual void __fastcall ReadState(TReader* Reader);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | System.Classes.pas System.Classes.hpp |
System.Classes | TDataModule |
Description
Reads the state of the component. {{#multireplace:System.Classes.TDataModule.ReadState|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Classes.TComponent.ReadState|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.ReadState|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.