stringgrid who atributes into python?
3cubos opened this issue · 2 comments
3cubos commented
in delphi:
with DrawGrid1 do
begin
Cells[0,0] := 'ID';
Cells[1,0] := 'Name';
Cells[0,1] := '5';
Cells[1,1] := 'Marxcelo';
end;
3cubos commented
in delphi:
with DrawGrid1 do begin Cells[0,0] := 'ID'; Cells[1,0] := 'Name'; Cells[0,1] := '5'; Cells[1,1] := 'Marxcelo'; end;
thank you, i solved it
thank you, i solved it
Priyatham10 commented
Hi @3cubos .
Great, you figured out the solution. If your issue is resolved, please close it.