System.Classes.TResourceStream

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCustomMemoryStreamSystem.Classes.TStreamSystem.TObjectTResourceStream

Delphi

TResourceStream = class(TCustomMemoryStream)

C++

class PASCALIMPLEMENTATION TResourceStream : public TCustomMemoryStream

Properties

Type Visibility Source Unit Parent
class public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

TResourceStream is a memory stream that provides access to the compiled resources in an application.

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.

See Also