Class TCastleMemoryFileSystem
Unit
Declaration
type TCastleMemoryFileSystem = class(TObject)
Description
Filesystem stored ony in memory, e.g. for temporary data that should remain persistent only during the program execution. Filesystem is case-sensitive.
Hierarchy
- TObject
- TCastleMemoryFileSystem
Overview
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
procedure BeforeDestruction; override; |
![]() |
procedure RegisterUrlProtocol(const Protocol: String); |
![]() |
procedure UnregisterUrlProtocol; |
Description
Methods
![]() |
constructor Create; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
![]() |
procedure BeforeDestruction; override; |
This item has no description. |
![]() |
procedure RegisterUrlProtocol(const Protocol: String); |
Register URL protocol to refer to this filesystem. |
![]() |
procedure UnregisterUrlProtocol; |
Unregister URL protocol. Also done automatically in destructor. |
Generated by PasDoc 0.16.0-snapshot.