procedure Tfrmaaa.grd1Editing(Sender: TObject;
AColumn: TcxTreeListColumn; var Allow: Boolean);
begin
//在此控制是否能够编辑
//if not Assigned(grd1.FocusedNode) then Exit;
//Allow := grd1.FocusedNode.Level = 1;
end;

相关文章:

  • 2021-10-30
  • 2022-01-05
  • 2021-05-21
  • 2022-12-23
  • 2022-12-23
  • 2021-10-21
  • 2021-11-20
  • 2021-04-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-28
  • 2021-11-03
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案