tabsblobstream_seek.htm

来自「Absolute Database 5.12 src. Absolute Da」· HTM 代码 · 共 84 行

HTM
84
字号
<html>
<head>
   <title></title>
</head>

<!--#include virtual="/inc/header.php"-->


<table width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="#FFFFFF">
  <tr>
    <td align="left">
      
<span style="font-family:Helvetica,Arial; font-size:12pt; color:#000000"><b>TABSBlobStream.Seek</b><span style="font-family:Helvetica,Arial; font-size:12pt; color:#0000FF"><b>
<br>
</b></span><span style="font-family:Helv; font-size:9pt; color:#000000"><span style="font-family:Helv; font-size:9pt; color:#7F0000"><a href=tabsblobstream.htm>TABSBlobStream</a></span></span><span style="font-family:Helvetica,Arial; font-size:12pt; color:#000000"><b>
<br>
</b></span></span>
    </td>
    <td align="right">
     <font face="Arial" size="2">
     
     <a href="overview.htm">Top</a>&nbsp;
     
     </font>
    </td>
  </tr>
</table>
<br><br>



<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">Resets the current position of the TABSBlobStream object.
<br>

<br>
<b>function</b> Seek(Offset: Longint; Origin: Word): Longint;
<br>

<br>
<b>Description</b>
<br>
Use Seek to move the current position within the BLOB data by the indicated offset. Seek allows an application to read from or write to a particular location within the BLOB data.
<br>

<br>
The Origin parameter indicates how to interpret the Offset parameter. Origin should be one of the following values:
<br>

<br>
<table border="0" cellpadding="1"><tr><td align="left" valign="top" width="143">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000"><b><u>Value</u></b>
<br>
</span></td><td align="left" valign="top" width="347">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000"><b><u>Meaning</u></b>
<br>
</span></td></tr><tr><td align="left" valign="top" width="143">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">soFromBeginning
<br>
</span></td><td align="left" valign="top" width="347">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">Offset starts from the beginning of the BLOB data. Seek moves to the position Offset. Offset must be &gt;= 0.
<br>
</span></td></tr><tr><td align="left" valign="top" width="143">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">soFromCurrent
<br>
</span></td><td align="left" valign="top" width="347">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">Offset starts from the current position in the BLOB data. Seek moves to Position + Offset.
<br>
</span></td></tr><tr><td align="left" valign="top" width="143">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">soFromEnd
<br>
</span></td><td align="left" valign="top" width="347">
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">Offset counts from the end of the BLOB data. Offset must be &lt;= 0 to indicate the number of bytes before the end of the BLOB.
<br>
</span></td></tr></table>
<br>

<br>
Seek returns the new value of the Position property, the new current position in the BLOB data.
<br>
</span>

<!--#include virtual="/inc/footer.php"--> 
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?