社区
Delphi
帖子详情
delphi的progressbar的max为100,加入我的stepit已经到了50,剩下的50,我想一次stepit就到底,但我改STEP:=50好像不行
ATCG
2004-07-08 11:04:54
delphi的progressbar的max为100,加入我的stepit已经到了50,剩下的50,我想一次stepit就到底,但我改STEP:=50好像不行
...全文
271
4
打赏
收藏
delphi的progressbar的max为100,加入我的stepit已经到了50,剩下的50,我想一次stepit就到底,但我改STEP:=50好像不行
delphi的progressbar的max为100,加入我的stepit已经到了50,剩下的50,我想一次stepit就到底,但我改STEP:=50好像不行
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用AI写文章
4 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
ATCG
2004-07-08
打赏
举报
回复
加 step可以的,刚才我写错了,谢谢大家
huayuxing
2004-07-08
打赏
举报
回复
ProgressBar1.Position:=100;
ProgressBar1.Update;
sherry3000
2004-07-08
打赏
举报
回复
直接将控件的position设置为100,
然后Update一下
ProgressBar1.Position:=100;
ProgressBar1.Update;
jacket008
2004-07-08
打赏
举报
回复
stepit直接加到100
Remove Duplicates from Sorted List II -- LeetCode
原题链接:http://oj.leetcode.com/problems/remove-duplicates-from-sorted-list-ii/ 这道题跟Remove Duplicates from Sorted List比較类似,仅仅是这里要把出现反复的元素所有删除。事实上道理还是一样,仅仅是如今要把前驱指针指向上一个不反复的元素中,假设找到不反复元素,则把前驱...
leetcode:82. Remove Duplicates from Sorted List II(Java)解答
转载请注明出处:z_zhaojun的博客 原文地址:http://blog.csdn.net/u012975705 题目地址:https://leetcode.com/problems/reverse-linked-list-ii/ Remove Duplicates from Sorted List II Given a sorted linked list, delete all
[LeetCode80]Remove Duplicates from Sorted List II
Given a sorted linked list, delete all nodes that have duplicate numbers, leaving only distinct numbers from the original list. For example, Given 1->2->3->3->4->4->5, return 1->2->5. Given 1->1-
[Leetcode] Remove Duplicates from Sorted List II
Remove Duplicates from Sorted List II 题解 题目来源:https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii/description/ Description Given a sorted linked list, delete all nodes that have dupli...
[LeetCode] Remove Duplicates from Sorted List、Remove Duplicates from Sorted List II
Remove Duplicates from Sorted List: Given a sorted linked list, delete all duplicates such that each element appear only once. For example, Given 1->1->2, return 1->2. Given 1->1->2->3->
Delphi
5,943
社区成员
262,942
社区内容
发帖
与我相关
我的任务
Delphi
Delphi 开发及应用
复制链接
扫一扫
分享
社区描述
Delphi 开发及应用
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章