Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows XP | Windows 2000 | Windows 2003 | Windows 2008 | Windows Vista | Windows 2012 SHA1 Hash: 2eca14f1938b127501296b927ddf8adaaf662e92 Size: 348.02 KB File Format: zip
Rating: 1.869565217
out of 5
based on 23 user ratings
Downloads: 291 License: Free
SC-Tool is a free software by Matthias Koch and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows XP, Windows 2000, Windows 2003, Windows 2008, Windows Vista, Windows 2012.
You can download SC-Tool which is 348.02 KB in size and belongs to the software category Other Programming Files. SC-Tool was released on 2006-03-23 and last updated on our database on 2017-02-17 and is currently at version 1.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
SC-Tool Description
SC-Tool is a useful software that you can use to style your delphi-sourcecode.
For example if you have:
function temp : String;
begin
Suchwoerter := TStringList.Create;
for e := 0 To 1 Do
begin
Suchwoerter.AddStrings(test);
end;
Suchwoerter.Free;
ShowMessage ();
end;
SC-Tool will change it to:
function temp : String;
begin
Suchwoerter := TStringList.Create;
for e := 0 To 1 Do
begin
Suchwoerter.AddStrings(test);
end;
Suchwoerter.Free;
ShowMessage ();
end;