[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Stream that reads its data from a resource object.
Source position: classesh.inc line 1039
type TResourceStream = class(TCustomMemoryStream) end; |
||
public |
||
constructor Create(); |
|
Creates a new instance of a resource stream. |
constructor CreateFromID(); |
|
Creates a new instance of a resource stream with a resource |
destructor Destroy; override; |
|
Destroys the instance of the resource stream. |
|
Stream that reads its data from a resource object. |
|
| | ||
|
Abstract stream that stores its data in memory. |
|
| | ||
|
Base class for streams. |
|
| | ||
|
Base class of all classes. |