获取对象列表项
<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>列表2(传入变量)</td>
</tr>
<tr>
<td>索引</td>
<td>【Integer】要获取的对象列表项的索引,索引从0开始。</td>
<td>1</td>
</tr>
</tbody>
</table>
<h1>输出</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>值</td>
<td>【TObject】获取到的对象列表项的值,创建变量或传入变量。</td>
<td>值(创建变量)</td>
</tr>
</tbody>
</table>
<h1>注意/说明</h1>
<p>1.该函数需与【构建字符串列表】、【获取对象列表项】、【输出字符串列表】函数搭配使用。具体函数配置可查看【增加对象列表项】函数帮助信息。
2.将获取到的对象列表项的值作为增加对象列表项项的值。</p>
<h1>相关函数</h1>
<p>【构建字符串列表】、【获取对象列表项】、【输出字符串列表】函数</p>
<h1>示例/演示</h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/1b90e2b346ecfc2658fe109b1efe0d23" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/4037c65865bcb233de2635acedf5e143" title="[组件[获取对象列表项]_20210514.db">组件[获取对象列表项]_20210514.db</a></p>