pascalabcnet/PABCNetHelp/LangGuide/PABCSystemUnit/stand_binary_files_methods.html

42 lines
1.5 KiB
HTML

<html><head>
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
<param name="Keyword" value="FilePos">
<param name="Keyword" value="FileSize">
<param name="Keyword" value="Seek">
<param name="Keyword" value="Truncate">
</object>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title></title>
<link rel="StyleSheet" href="../../default.css">
</head>
<body>
<H1>Ìåòîäû äâîè÷íûõ ôàéëîâ</H1>
<p>Äëÿ
äâîè÷íûõ ôàéëîâ (òèïû <code><strong>file</strong></code>, <code><strong>file of</strong> T</code>)
îïðåäåëåíû ñëåäóþùèå ìåòîäû:</p>
&nbsp;<table border=0 CELLPADDING=5>
<tr>
<td>
<code><strong>function</strong> FilePos: int64; </code><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Âîçâðàùàåò òåêóùóþ ïîçèöèþ ôàéëîâîãî óêàçàòåëÿ â äâîè÷íîì ôàéëå
</td>
</tr>
<tr>
<td>
<code><strong>function</strong> FileSize: int64; </code><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Âîçâðàùàåò êîëè÷åñòâî ýëåìåíòîâ â äâîè÷íîì ôàéëå</td>
</tr>
<tr>
<td>
<code><strong>procedure</strong> Seek(n: int64); </code><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Óñòàíàâëèâàåò òåêóùóþ ïîçèöèþ ôàéëîâîãî óêàçàòåëÿ â äâîè÷íîì
ôàéëå íà ýëåìåíò ñ íîìåðîì n</td>
</tr>
<tr>
<td>
<code><strong>procedure</strong> Truncate; </code><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Óñåêàåò äâîè÷íûé ôàéë, îòáðàñûâàÿ âñå ýëåìåíòû ñ ïîçèöèè
ôàéëîâîãî óêàçàòåëÿ</tr>
</table>
</body></html>