Ignore:
Timestamp:
Aug 5, 2010, 1:17:35 PM (14 years ago)
Author:
george
Message:

Added separate unit for filling treeview with program source.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DelphiToC/UPascalSource.pas

    r39 r41  
    439439
    440440destructor TFunctionList.Destroy;
    441 var
    442   I: Integer;
    443 begin
    444   for I := 0 to Count - 1 do
    445     TFunction(Items[I]).Free;
     441begin
    446442  inherited;
    447443end;
Note: See TracChangeset for help on using the changeset viewer.