RAD Studio VCL Reference
ContentsIndex
TStream Methods Public Methods
Public Methods
 
Name 
Description 
 
Copies a specified number of bytes from one stream to another. 
 
Patches the resource header for a resource that has been written to the stream. 
 
Read 
Introduces an abstract or pure virtual method responsible for reading from the stream. 
 
Reads bytes from the stream into Buffer. 
 
Initiates streaming of components and their properties. 
 
Reads components and their properties from a stream in a resource file format. 
 
Reads a resource-file header from the stream. 
 
Seek 
This is the overview for the Seek method overload. 
 
Introduces a pure virtual method for writing to the stream. 
 
Writes Count bytes from Buffer onto the stream and advances the current position of the stream by Count bytes. 
 
Initiates the writing of components and their properties to a stream. 
 
Writes components and their properties to a stream from a resource file format. 
 
Streams components and their properties in inherited forms. 
 
Streams components and their properties in inherited forms. 
 
Writes a resource-file header to the stream. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.