[Delphi (Object Pascal)] delphi 中ListView的OnSelectItem事件触发两次的解决方法 →→→→→进入此内容的聊天室

来自 , 2021-02-01, 写在 Delphi (Object Pascal), 查看 154 次.
URL http://www.code666.cn/view/8e19a39c
  1. procedure TMainForm.catListSelectItem(Sender: TObject; Item: TListItem;
  2.   Selected: Boolean);
  3. begin
  4.   if selected then
  5.     showmessage('hello world');
  6. end;

回复 "delphi 中ListView的OnSelectItem事件触发两次的解决方法"

这儿你可以回复上面这条便签

captcha