Changeset 41 for branches/DelphiToC/UPascalSource.pas
- Timestamp:
- Aug 5, 2010, 1:17:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DelphiToC/UPascalSource.pas
r39 r41 439 439 440 440 destructor TFunctionList.Destroy; 441 var 442 I: Integer; 443 begin 444 for I := 0 to Count - 1 do 445 TFunction(Items[I]).Free; 441 begin 446 442 inherited; 447 443 end;
Note:
See TracChangeset
for help on using the changeset viewer.