| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Proxy stream for the IStream interface
Source position: classesh.inc line 898
| type TProxyStream = class(TStream) | ||
| public | ||
| constructor Create(); | 
 | Create a new instance of the TProxyStream class. | 
| function Read(); override; | ||
| function Write(); override; | ||
| function Seek(); override; | ||
| procedure Check(); virtual; | 
 | Check errors | 
| end; | 
| 
 | Proxy stream for the IStream interface | |
| | | ||
| 
 | Base class for streams. | |
| | | ||
| 
 | Base class of all classes. | 
TProxyStream is a proxy class for the #rtl.types.IStream interface. It implements all stream methods by relaying them to the IStream interface.
| 
 | COM stream abstraction | |
| 
 | Implements IStream for TStream descendants |