Data.DB.TField.ReadState
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TField | |
Delphi
procedure ReadState(Reader: TReader); override;
C++
virtual void __fastcall ReadState(System::Classes::TReader* Reader);
Description
Reads the state of the component.
ReadState is used internally in the component streaming system. Do not call it directly.