Interface IFileManager

Unit

Declaration

type IFileManager = interface(IUpdateObject)

Description

No description available, ancestor IUpdateObject description follows
No description available, ancestor IObservable description follows

—————————————————————————– Base Interfaces —————————————————————————–

Attributes
GUID['{8532953B-320D-418B-A447-AC95DFAC368B}']
Attributes
GUID['{4C481E54-568A-46B4-BAAA-C0071932FDCF}']
Attributes
GUID['{EE0C18B4-F30D-4D36-A4E0-1CB89024D36F}']

Hierarchy

Overview

Methods

Public function GetEnabled: boolean;
Public procedure SetEnabled(iValue: boolean);
Public function GetOptions: TFileManagementOptions;
Public procedure SetOptions(iValue: TFileManagementOptions);
Public function GetMemoryFileLimit: integer;
Public procedure SetMemoryFileLimit(iValue: integer);
Public function CreateFileDataForFile(const iFilename: string; iPurpose: TAudioPurpose; iMonitor: boolean): IFileData;

Description

Methods

Public function GetEnabled: boolean;
 
Public procedure SetEnabled(iValue: boolean);
 
Public function GetOptions: TFileManagementOptions;
 
Public procedure SetOptions(iValue: TFileManagementOptions);
 
Public function GetMemoryFileLimit: integer;
 
Public procedure SetMemoryFileLimit(iValue: integer);
 
Public function CreateFileDataForFile(const iFilename: string; iPurpose: TAudioPurpose; iMonitor: boolean): IFileData;
 

Generated by PasDoc 0.16.0.