delphi, DevExp cxGrid, record the variables in the hybrid



  • There are several elements of edit in the form.

    How do you know? cxGrid The meaning of these edit-ovs?
    (OBD not used!)



  • I do this:

    var          
      Index : Integer;
    begin
      Index := View1.DataController.AppendRecord();
      View1.DataController.SetValue(Index, ColumnName1.Index, 'Some Value');
      View1.DataController.SetValue(Index, ColumnName2.Index, 'Some Value2');
    end;
    



Suggested Topics

  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2