ITruncFileStream
type
ITruncFileStream = interface(IFileOutputStream) ['{CBB78219-7D7E-49DA-BE06-8764828A7C2D}']
function GetFileName: string;
function get_OldFileName: string;
procedure set_OldFileName(
const Value: string);
function get_MaxSize: Int64;
procedure set_MaxSize(
Value: Int64);
function get_AutoFlush: Boolean;
procedure set_AutoFlush(
Value: Boolean);
property FileName: string read;
property OldFileName: string read write;
property MaxSize: Int64 read write;
property AutoFlush: Boolean read write;
end;
Ancestor: IFileOutputStream.
Defined in: DSStreams
⏱ Last Modified: Mon 3:43:39 pm