请问:delphi 如何获取在cxshelllistview中对文件的操作记录?

litterant 2016-06-17 07:58:52
各位大侠好:
 请问 delphi 如何获取在cxshelllistview中对文件的操作记录?
 谢谢各位!
...全文
159 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
litterant 2016-06-18
  • 打赏
  • 举报
回复
可能是问题描述的不是很清楚,我主要想获取对文件进行了哪些操作(如:打开、删除、重命名、修改、复制、剪切文件等)
xqchenxue2 2016-06-18
  • 打赏
  • 举报
回复
procedure TForm1.cxShellListView1SelectItem(Sender: TObject; Item: TListItem; Selected: Boolean); begin if Selected then begin Memo1.Text:=Memo1.Text+#13#10+Item.Caption; end; end;

1,183

社区成员

发帖
与我相关
我的任务
社区描述
Delphi Windows SDK/API
社区管理员
  • Windows SDK/API社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧