📄 tabsblobstream.htm
字号:
<html>
<head>
<title>TABSBlobStream</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</b><span style="font-family:Helvetica,Arial; font-size:12pt; color:#0000FF"><b>
<br>
</b></span><span style="font-family:Helv; font-size:8pt; color:#000000"><a href=tabsblobstream_hierarchy.htm>Hierarchy</a> <a href=tabsblobstream_properties.htm>Properties</a> <a href=tabsblobstream_methods.htm>Methods</a></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="tabssession.htm">Previous</a>
<a href="overview.htm">Top</a>
<a href="tabsdataset.htm">Next</a>
</font>
</td>
</tr>
</table>
<br><br>
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">TABSBlobStream is a stream object that provides services which allow applications to read from or write to field objects that represent Binary large object (BLOB) fields.
<br>
<br>
<b>Unit</b>
<br>
ABSMain
<br>
<br>
<b>Description</b>
<br>
Use TABSBlobStream to access or modify the value of a BLOB field object. BLOB field objects are TBlobField objects and descendants of TBlobField such as TGraphicField and TMemoField. BLOB fields use BLOB streams to implement a lot of of their data access properties and methods.
<br>
TABSBlobStream allows objects to write to or read from BLOB field data of any type by means of using the uniform stream interface.
<br>
To use a BLOB stream, create an instance of TABSBlobStream, use the methods of the stream to read or write the data, and then free the BLOB stream. Do not use the same instance of TABSBlobStream to access data from more than one record. Instead, create a new TABSBlobStream object every time you need to read or write BLOB data on a new record.
<br>
<br>
</span>
<!--#include virtual="/inc/footer.php"-->
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -