|
@@ -1187,6 +1187,7 @@ type
|
|
constructor Create(const AFileName: string; Mode: Word);
|
|
constructor Create(const AFileName: string; Mode: Word);
|
|
constructor Create(const AFileName: string; Mode: Word; Rights: Cardinal);
|
|
constructor Create(const AFileName: string; Mode: Word; Rights: Cardinal);
|
|
destructor Destroy; override;
|
|
destructor Destroy; override;
|
|
|
|
+ Function Flush : Boolean;
|
|
property FileName : String Read FFilename;
|
|
property FileName : String Read FFilename;
|
|
end;
|
|
end;
|
|
|
|
|