RAD Studio VCL Reference
|
TResourceStream is a memory stream that provides access to the compiled resources in an application.
TResourceStream = class(TCustomMemoryStream);
class TResourceStream : public TCustomMemoryStream;
Classes
Use TResourceStream to read the resources of an application. An instance of TResourceStream holds the value of a single resource in a memory buffer where it is accessible to the application.
The global ReadComponentRes function uses TResourceStream to access the compiled resources used by the application.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|