Ignore:
Timestamp:
May 30, 2023, 11:31:10 AM (11 months ago)
Author:
chronos
Message:
  • Modified: Removed U prefix from unit names.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/StringTable.pas

    r455 r456  
    1 unit UStringTable;
     1unit StringTable;
    22
    33interface
     
    3939function TStringTable.GetColCount: Integer;
    4040begin
    41   Result := Size.X;
     41  Result := Size.x;
    4242end;
    4343
     
    6969end;
    7070
    71 
    7271end.
    73 
Note: See TracChangeset for help on using the changeset viewer.