Registriert seit: 19. Aug 2004
Ort: Hof/Saale
1.746 Beiträge
Delphi 2007 Professional
|
AW: Die "richtige" Sourcecode Formatierung?
11. Aug 2016, 16:50
Stelle jetzt meine Units auf folgende Schreibweise um.
Delphi-Quellcode:
uses
Winapi.Windows,
Winapi.Messages,
System.SysUtils,
System.Classes,
Vcl.Graphics,
Vcl.Forms,
Vcl.Dialogs,
Vcl.StdCtrls,
Vcl.Controls,
Vcl.Buttons,
Vcl.ExtCtrls;
Sinnvoll oder nicht?
Wie handhabt Ihr das?
Hab ich schon immer so gemacht.
Uli Gerhardt
|
|
Zitat
|