Source Code Formatting
© Copyright Frank D. Kanu 2000-2008
You get the point …
Technorati (All Links are external): formatting source code code review
procedure TForm1.aClick(Sender: TObject);
var idx : Integer;
strs : TStringList;
begin
if Screen.Cursor <> crDefault then
begin
exit;
end;
Screen.Cursor := crHourGlass; try
if (aGroups.Selected <> nil) then
try
if Not N.Connected
then
begin
…You get the point …
Tags:
formatting source codeTechnorati (All Links are external): formatting source code code review







