if (StrGridSensorList->Row>0)
{
for (int i=StrGridSensorList->Row;i<StrGridSensorList->RowCount-1;i++)
{
StrGridSensorList->Rows[i]->Assign(StrGridSensorList->Rows[i+1]);
}
StrGridSensorList->RowCount--;
}
stringgrid 删除选中行
最新推荐文章于 2025-05-19 15:27:55 发布