Ignore:
Timestamp:
Dec 4, 2014, 5:22:21 PM (10 years ago)
Author:
chronos
Message:
  • Added: Licence property for ApplicationInfo.
  • Added: Simpler function to load/store values to XML node.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/UApplicationInfo.pas

    r463 r468  
    1515  private
    1616    FIdentification: Byte;
     17    FLicense: string;
    1718    FVersionMajor: Byte;
    1819    FVersionMinor: Byte;
     
    4748    property RegistryKey: string read FRegistryKey write FRegistryKey;
    4849    property RegistryRoot: TRegistryRoot read FRegistryRoot write FRegistryRoot;
     50    property License: string read FLicense write FLicense;
    4951  end;
    5052
Note: See TracChangeset for help on using the changeset viewer.