Delphi Programming/The GUI - Component overview
This page or section is an undeveloped draft or outline. You can help to develop the work, or you can ask for assistance in the project room. |
procedure takethis();
var I: integer;
begin
for I := 1 to 10
print(I);
end;