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