Embarcadero/DelphiVCL4Python

stringgrid who atributes into python?

3cubos opened this issue · 2 comments

in delphi:

with DrawGrid1 do
begin
Cells[0,0] := 'ID';
Cells[1,0] := 'Name';
Cells[0,1] := '5';
Cells[1,1] := 'Marxcelo';
end;

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

Hi @3cubos .
Great, you figured out the solution. If your issue is resolved, please close it.