| [Overview][Resource strings][Constants][Types][Classes][Index] | 
Writes the contents of the object to a stream
Source position: resource.pp line 273
| public procedure TResources.WriteToStream( | 
| aStream: TStream; | 
| aWriter: TAbstractResourceWriter | 
| ); | 
| aStream | 
 | The stream to write to | 
| aWriter | 
 | The resource writer to use to write the stream | 
This method writes the contents of the object to a stream via the specified TAbstractResourceWriter descendant
| 
 | Base abstract resource writer class | |
| 
 | Writes the contents of the object to a file |