如何确定dbgrid选择的是记录而不是分组
摘要:with cxgrdbtblvwGrid1DBTableView1.Controller do if FocusedRecord is TcxGridDataRow then begin i := cxgrdbtblvwGrid1DBTableView1.DataController.GetItemByFieldName('WMM_No').Index; RESULT := '''WMM_No''
阅读全文
posted @ 2019-10-29 16:59