RosettaCodeData/Task/Draw-a-rotating-cube/Delphi/draw-a-rotating-cube-2.pas

8 lines
119 B
ObjectPascal
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
object Form1: TForm1
OnCreate = FormCreate
object tmr1: TTimer
Interval = 17
OnTimer = tmr1Timer
end
end