Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stringgrid who atributes into python? #40

Closed
3cubos opened this issue Dec 16, 2022 · 2 comments
Closed

stringgrid who atributes into python? #40

3cubos opened this issue Dec 16, 2022 · 2 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@3cubos
Copy link

3cubos commented Dec 16, 2022

in delphi:

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

@3cubos
Copy link
Author

3cubos commented Dec 16, 2022

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
Copy link
Member

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

@lmbelo lmbelo self-assigned this Feb 27, 2023
@lmbelo lmbelo added the help wanted Extra attention is needed label Feb 27, 2023
@lmbelo lmbelo closed this as completed Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants