删除列表项
<h1>功能</h1>
<p>删除指定索引的列表项,索引从0开始。</p>
<h1>输入</h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>列表</td>
<td>【TList<TObject>】要删除的列表项的字符串列表。</td>
<td>列表(传入变量)</td>
</tr>
<tr>
<td>索引</td>
<td>【Integer】要删除的字符串列表项的索引,索引从0开始。</td>
<td>1</td>
</tr>
</tbody>
</table>
<h1>注意/说明</h1>
<p>1.该函数可与【构建字符串列表】、【获取列表数量】、【遍历循环】函数搭配使用</p>
<h1>相关函数</h1>
<p>【构建字符串列表】、【获取列表数量】、【遍历循环】函数
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/1d66722960ed6c741031306fd6f14b74" alt="" />
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/a83f7af4cbd0319efc5242eff16a0c70" alt="" />
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/62e683ad1733fc4c8a0333afc86aabba" alt="" /></p>
<h1>示例/演示</h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/cc769626d113b2e63dbe97d5da8560c4" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/0e02378105410e6a1d407cc6c4154835" title="[组件[删除列表项]_20210430.db">组件[删除列表项]_20210430.db</a></p>