Changeset 5 for trunk/Ean.pas


Ignore:
Timestamp:
Apr 13, 2026, 9:08:21 AM (2 weeks ago)
Author:
chronos
Message:
  • Modified: Load Owners from XML file with additional information about prices.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ean.pas

    r3 r5  
    3131    Number: string;
    3232    Owner: string;
     33    DistributionTariff: string;
     34    PriceLow: Double;
     35    PriceHigh: Double;
     36    PriceSpot: Double;
    3337    Values: TEanValues;
    3438    Kind: TEanKind;
Note: See TracChangeset for help on using the changeset viewer.