[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Helper class for streaming resources (read only).
Source position: lresources.pp line 84
type TLazarusResourceStream = class(TCustomMemoryStream) end; |
||
public |
||
constructor Create(); |
|
Creates an resource stream for a named resource. |
constructor CreateFromID(); |
|
Creates an resource stream for a resource ID. |
constructor CreateFromHandle(); |
|
Creates an resource stream from an resource descriptor. |
destructor Destroy; override; |
||
function Write(); override; |
|
Raises an error on an attempt to write to the stream. |
property Res: TLResource; [r] |
|
The resource descriptor, owned by the global resource list. |
|
Helper class for streaming resources (read only). |
|
| | ||
TCustomMemoryStream |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |