File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ TRTF = record
9292 // / <param name="ReadAll">Boolean [in] Flag that indicates if the whole
9393 // / stream is to be read (True) or stream is to be read from current
9494 // / position (False).</param>
95- constructor Create(const AStream: TStream; const AEncoding: TEncoding ;
96- const ReadAll: Boolean = False); overload;
95+ constructor Create(const AStream: TStream; const ReadAll: Boolean = False) ;
96+ overload;
9797 // / <summary>Initialises record from ASCII RTF code.</summary>
9898 // / <param name="ARTFCode">ASCIIString [in] ASCII string containing RTF
9999 // / code.</param>
@@ -295,8 +295,7 @@ function RTFUnicodeSafeDestination(const DestCtrl: TRTFControl;
295295
296296{ TRTF }
297297
298- constructor TRTF.Create(const AStream: TStream; const AEncoding: TEncoding;
299- const ReadAll: Boolean);
298+ constructor TRTF.Create(const AStream: TStream; const ReadAll: Boolean);
300299var
301300 ByteCount: Integer;
302301begin
You can’t perform that action at this time.
0 commit comments