record TUnsavedFile

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TUnsavedFile = record

Description

Provides the contents of a file that has not yet been saved to disk.

Each TUnsavedFile instance provides the name of a file on the system along with the current contents of that file that have not yet been saved to disk.

Overview

Fields

Filename: String;
Contents: TBytes;

Description

Fields

Filename: String;

The file whose contents have not yet been saved. This file must already exist in the file system.

Contents: TBytes;

A buffer containing the unsaved contents of this file.


Generated by PasDocEx, based on PasDoc 0.14.0.