在TdxDBTreeView控件的OnKeyDown事件中写入
if Key = VK_F2 then
begin
if DBTreeMain.DBSelected = nil then
Exit;
DBTreeMain.DBSelected.EditText;
end;
按下F2编辑节点
最新推荐文章于 2025-11-02 14:21:57 发布
在TdxDBTreeView控件的OnKeyDown事件中写入
if Key = VK_F2 then
begin
if DBTreeMain.DBSelected = nil then
Exit;
DBTreeMain.DBSelected.EditText;
end;
1401

被折叠的 条评论
为什么被折叠?