View Issue Details

IDProjectCategoryView StatusLast Update
0005966JEDI Code LibraryJclSysInfopublic2024-01-02 21:54
ReporterMrDeveloperAssigned ToAHUser 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Product VersionVersion 2.4 
Target VersionFixed in Version 
Summary0005966: Add new GetProductId function to JclSysInfo
DescriptionPlease add the following function to the JclSysInfo.pas

function GetProductId: string;
begin
  { TODO : check for MSDN documentation }
  Result := RegReadStringDef(HKEY_LOCAL_MACHINE, REG_CURRENT_VERSION, 'ProductId', '');
end;
Additional InformationWARNING: this function only works on 64bit Windows OS when the ticket 0005965 is solved inside the JclRegistry.pas. If not then the result string is always empty.
TagsNo tags attached.
Fixed in GIT commitba1a772b78a5296d1992e1cb94a7d29406bd855d
Fixed in SVN revision
IDE versionAll

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2012-08-24 16:19 MrDeveloper New Issue
2012-08-24 16:19 MrDeveloper IDE version => All
2024-01-02 21:54 AHUser Assigned To => AHUser
2024-01-02 21:54 AHUser Status new => resolved
2024-01-02 21:54 AHUser Resolution open => fixed
2024-01-02 21:54 AHUser Fixed in GIT commit => ba1a772b78a5296d1992e1cb94a7d29406bd855d