⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tdataset_filter.htm

📁 Absolute Database 5.12 src. Absolute Database lets you forget the Borland Database Engine (BDE). Th
💻 HTM
字号:
<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>TDataSet.Filter
<br>
</b><span style="font-family:Helv; font-size:9pt; color:#000000"><span style="font-family:Helv; font-size:9pt; color:#7F0000"><a href=tdataset.htm>TDataSet</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">Specifies the text of the current filter for a dataset.
<br>

<br>
<b>property</b> Filter: <b>String;</b>
<br>

<br>
<b>Description</b>
<br>
Use Filter to specify a dataset filter. When filtering is applied to a dataset, only those records that meet a filter's conditions are available to an application. Filter contains a string describing the filter condition. For example, the following filter condition displays only those records where the State field is 'CA' or 'MA':
<br>

<br>
State = 'CA' or State = 'MA'
<br>

<br>
When a filter is set, Blank records do not appear unless explicitly included in the filter.  For example:
<br>

<br>
State &lt;&gt; 'CA' or State is NULL
<br>

<br>
Filter expressions on remote SQL tables and on client datasets support field comparisons. For example:
<br>

<br>
Field1 &gt; Field2
<br>

<br>
Field comparisons are not supported.
<br>

<br>
The FilterOptions property controls case sensitivity and filtering on partial comparisons.
<br>

<br>
<b>Tip:
<br>
</b>&nbsp;&nbsp;&nbsp;Applications can set Filter at runtime to change the filtering condition for a dataset (for example, in response to user input). 
<br>

<br>
</span>

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

⌨️ 快捷键说明

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