Unit 'Objects' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TResourceFile

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Resource file.

Declaration

Source position: objects.pp line 576

type TResourceFile = object(TObject)

  Stream: PStream;

  

Actual file stream.

  Modified: Boolean;

  

Have resources changed ?

  constructor Init();

  

Instantiate a new instance.

  destructor Done; virtual;

  

Destroy the instance and remove it from memory.

  function Count;

  

Number of resources in the file.

  function KeyAt();

  

Return the key of the item at a certain position.

  function Get();

  

Return a resource by key name.

  function SwitchTo();

  

Write resources to a new stream.

  procedure Flush;

  

Writes the resources to the stream.

  procedure Delete();

  

Delete a resource from the file.

  procedure Put();

  

Set a resource by key name.

end;

Inheritance

TResourceFile

  

Resource file.

|

TObject

  

Basis of all objects.

|

TObject

  

Base class of all classes.

Description

TResourceFile represents the resources in a binary file image.


Documentation generated on: Jul 24 2023