Changeset 73 for trunk/Packages/Common/UApplicationInfo.pas
- Timestamp:
- Oct 27, 2016, 3:00:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/UApplicationInfo.pas
r72 r73 6 6 7 7 uses 8 SysUtils, Classes, Forms, URegistry;8 SysUtils, Registry, Classes, Forms, URegistry; 9 9 10 10 type … … 15 15 private 16 16 FIdentification: Byte; 17 FLicense: string; 17 18 FVersionMajor: Byte; 18 19 FVersionMinor: Byte; … … 47 48 property RegistryKey: string read FRegistryKey write FRegistryKey; 48 49 property RegistryRoot: TRegistryRoot read FRegistryRoot write FRegistryRoot; 50 property License: string read FLicense write FLicense; 49 51 end; 50 52
Note:
See TracChangeset
for help on using the changeset viewer.