Moin,
Die Standardformatierung erzeugt mir leider so etwas
Delphi-Quellcode:
myFoobar:
array of record foo: string;
bar:
integer;
Aussehen soll es allerdings so:
Delphi-Quellcode:
myFooBar: array of record:
foo: string;
bar: integer
Kann mir jemand sagen, welche Formatierungsoptionen da helfen könnten?