Class TTextReaderWriter
Unit
Declaration
type TTextReaderWriter = class(TObject)
Description
Common class for reading or writing a stream like a text file.
Hierarchy
- TObject
- TTextReaderWriter
Overview
Methods
![]() |
constructor Create(AStream: TStream; AOwnsStream: boolean); overload; |
![]() |
destructor Destroy; override; |
Description
Methods
![]() |
constructor Create(AStream: TStream; AOwnsStream: boolean); overload; |
Open a stream. If AOwnsStream then in destructor we will free given AStream object. |
![]() |
destructor Destroy; override; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.