Title / Description
Code program Project1; uses Forms, Unit1 in 'Unit1.pas' { Form1 } ; {$R *.res} begin ReportMemoryLeaksOnShutdown := DebugHook<>0; Application.Initialize; Application.MainFormOnTaskbar := true; Application.CreateForm(TForm1, Form1); Application.Run; end.
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code