We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in delphi:
with DrawGrid1 do begin Cells[0,0] := 'ID'; Cells[1,0] := 'Name'; Cells[0,1] := '5'; Cells[1,1] := 'Marxcelo'; end;
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Hi @3cubos . Great, you figured out the solution. If your issue is resolved, please close it.
lmbelo
No branches or pull requests
in delphi:
with DrawGrid1 do
begin
Cells[0,0] := 'ID';
Cells[1,0] := 'Name';
Cells[0,1] := '5';
Cells[1,1] := 'Marxcelo';
end;
The text was updated successfully, but these errors were encountered: