查找对象列表
<h1>功能</h1>
<p>通过输入对象列表项值获取对应索引值。</p>
<h1>输入</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>列表</td>
<td>【TList<Object>】已存在的字符串列表,可传入变量。</td>
<td>列表1(传入变量)</td>
</tr>
<tr>
<td>值</td>
<td>【TObject】要查找的对象向列表项的值,可传入变量。</td>
<td>值(传入变量)</td>
</tr>
</tbody>
</table>
<h1>输出</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>索引</td>
<td>【Integer】查找到的对象列表项值的索引,索引从0开始。</td>
<td>索引(创建变量)</td>
</tr>
</tbody>
</table>
<h1>注意/说明</h1>
<p>1.该函数需与【构建字符串列表】、【获取对象列表项】函数搭配使用。
2.将获取到的对象列表项的值作为查找对象列表项的值,从而查找到它的索引。
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/c33eaf29d5a895687727f843d696042a" alt="" /></p>
<h1>相关函数</h1>
<p>【构建字符串列表】、【获取对象列表项】函数</p>
<h1>示例/演示</h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/4baf3c03d2be2c59fad13e4b13c29a55" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/18149d48edc288668dbb34ed21463b38" title="[组件[查找对象列表]_20210514.db">组件[查找对象列表]_20210514.db</a></p>