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

Public constructor Create;
Public destructor Destroy; override;
Public procedure BeforeDestruction; override;
Public procedure RegisterUrlProtocol(const Protocol: String);
Public procedure UnregisterUrlProtocol;

Description

Methods

Public constructor Create;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Public procedure BeforeDestruction; override;

This item has no description.

Public procedure RegisterUrlProtocol(const Protocol: String);

Register URL protocol to refer to this filesystem.

Public procedure UnregisterUrlProtocol;

Unregister URL protocol. Also done automatically in destructor.


Generated by PasDoc 0.16.0-snapshot.