You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DescEx="<p>Checks if the file named <var>FileName</var> contains ANSI text <var>Watermark</var> starting at the byte offset given by the (optional) <var>Offset</var> parameter.</p>"
178
-
Extra="<p>Taken from <a href="http://delphidabbler.blogspot.co.uk/2012/10/checking-file-preambles-and-watermarks.html">Checking File Preambles and Watermarks</a> on DelphiDabbler's Blog</a>.</p>"
178
+
Extra="<p>Taken from <a href="http://delphidabbler.blogspot.co.uk/2012/10/checking-file-preambles-and-watermarks.html">Checking File Preambles and Watermarks</a> on DelphiDabbler's Blog.</p>"
179
179
Depends=FileHasWatermark_A
180
180
SeeAlso=FileHasWatermark_A,StreamHasWatermark
181
181
Snip=518.dat
@@ -199,7 +199,7 @@ FPC=Y
199
199
200
200
[StreamHasWatermark]
201
201
DescEx="<p>Checks if the given stream has the given "watermark" (i.e. sequence of bytes) starting from the current position in the stream.</p><p>The stream position is unaltered.</p>"
202
-
Extra="<p>For maximum flexibility the function checks the stream from the current position. So, to check from the start of a stream make sure it's <var>Position</var> property is set to 0 before calling the routine.</p><p>For examples of use see <a href="http://delphidabbler.blogspot.co.uk/2012/10/checking-file-preambles-and-watermarks.html">Checking File Preambles and Watermarks</a> posted on DelphiDabbler's Blog</a>.</p>"
202
+
Extra="<p>For maximum flexibility the function checks the stream from the current position. So, to check from the start of a stream make sure it's <var>Position</var> property is set to 0 before calling the routine.</p><p>For examples of use see <a href="http://delphidabbler.blogspot.co.uk/2012/10/checking-file-preambles-and-watermarks.html">Checking File Preambles and Watermarks</a> posted on DelphiDabbler's Blog.</p>"
0 commit comments