Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change →
Changeset
456
for
trunk/Packages/Common/StringTable.pas
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
May 30, 2023, 11:31:10 AM (
18 months
ago)
Author:
chronos
Message:
Modified: Removed U prefix from unit names.
File:
1 moved
trunk/Packages/Common/StringTable.pas
(moved)
(moved from
trunk/Packages/Common/UStringTable.pas
)
(
3 diffs
)
Legend:
Unmodified
Added
Removed
trunk/Packages/Common/StringTable.pas
r455
r456
1
unit
U
StringTable;
1
unit
StringTable;
2
2
3
3
interface
…
…
39
39
function TStringTable.GetColCount: Integer;
40
40
begin
41
Result := Size.
X
;
41
Result := Size.
x
;
42
42
end;
43
43
…
…
69
69
end;
70
70
71
72
71
end.
73
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive