IFileArchiver
type
IFileArchiver = interface(IInterface) ['{A59916C0-8638-4325-B1A4-48A148630681}']
function GetFileName: string;
function GetSeparator: string;
procedure SetSeparator(
const Value: string);
function GetFileCount: Integer;
procedure SetFileCount(
Value: Integer);
function GetDayCount: Integer;
procedure SetDayCount(
Value: Integer);
function GetMonthCount: Integer;
procedure SetMonthCount(
Value: Integer);
function GetUseMutex: Boolean;
procedure SetUseMutex(
Value: Boolean);
function GetOnInvalidFileName: TConstProc<string>;
procedure SetOnInvalidFileName(
const Value: TConstProc<string>);
property FileName: string read;
property Separator: string read write;
property OnInvalidFileName: TConstProc<string> read write;
property FileCount: Integer read write;
property DayCount: Integer read write;
property MonthCount: Integer read write;
property UseMutex: Boolean read write;
end;
Ancestor: IInterface.
Defined in: DSFileUtil
⏱ Last Modified: Mon 3:43:39 pm