Declaration ​
pascal
TMMFBackend = class(TMemoryBackend)Description ​
TMMFBackend is a memory-mapped file surface backend designed for Windows applications that require handling ultra-large bitmap buffers exceeding physical RAM boundaries.
TMMFBackend allocates pixel buffers using Windows memory-mapped file views (CreateFileMapping / MapViewOfFile). Pixel buffers can be backed either by temporary disk files or directly by the operating system page file.