-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhkeype.html
124 lines (119 loc) · 4.93 KB
/
hkeype.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
---
dl-file-prefix: "dd-hkeype-"
layout: "codelib-tplt"
group: lib
priority: 310
version: "1.0.5"
release-date: "2014-01-12"
platforms: ["Win32"]
frameworks: ["IDE"]
compatibility: "Delphi 2 & later"
title: "HKEY Property Editor"
precis: "Property editor for registry root keys"
summary: "Property editor that permits registry root keys to be edited using symbolic constant names."
meta-desc: "OBSOLETE Delphi Pascal property editor"
download-base-url: "https://sourceforge.net/projects/ddablib/files/hkeype/"
repo-url: "https://github.com/delphidabbler/ddablib/tree/main/projects/hkeype"
want-header-buttons: false
status: "obsolete"
robots: "noindex, nofollow"
---
{% assign dl-file = page.dl-file-prefix | append: page.version | append: ".zip" %}
{% assign dl-url = page.download-base-url | append: dl-file %}
<section class="panel panel-danger">
<div class="panel-heading">
<h2 class="panel-title">
Obsolete
</h2>
</div>
<div class="panel-body">
<p class="lead">
Development of <em>{{ page.title }}</em> is frozen.
</p>
<p>
The property editor behaves erratically. In some Delphi installations it works as expected but in others the object inspector does not recognise it. The reason for this is unclear. Because of this the editor has been deprecated.
</p>
<p class="text-danger strong">
<span class="fa fa-exclamation-triangle fa-x-pad-right"></span>You are strongly advised <strong>not</strong> to install this property editor.
</p>
<p>
Anyone who wants to have a go at fixing the editor is welcome to take over development. The code is open source and uses the <a href="http://www.mozilla.org/MPL/2.0/" title="Off-site link" class="offsite">Mozilla Public License v2.0</a>.
</p>
<p class="alert alert-warning lead glyph">
There is no support available for <em>{{ page.title }}</em>. Please do not report any bugs or request new features.
</p>
</div>
</section>
<section class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">
Overview
</h2>
</div>
<div class="panel-body">
<p>
This is a property editor for properties of type <var>HKEY</var> – the type used for registry root keys.
</p>
<p>
When a <var>HKEY</var> property is selected in the Delphi Object Inspector the property editor displays a drop-down list of all the possible registry root keys, as defined in the <code>Windows</code> unit.
</p>
<p>
Here is a screen-shot of the property editor in use in the Delphi 4 object inspector:
</p>
<p>
<img class="scale center-block" src="{{ site.data.core.software-images-base-url}}/hkeype.gif" alt="HKEY Property Editor Screen Shot" title="HKEY Property Editor Screen Shot" />
</p>
<p class="small text-smallcaps text-center">
Delphi 4 object inspector displaying HKEY property editor
</p>
</section>
<section class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">
Get The Code
</h2>
</div>
<div class="panel-body">
<p>
You can download the final, <span class="text-danger strong">obsolete</span>, version of the <em>{{page.title}}</em> directly from SourceForge as <code>{{ dl-file }}</code>.
</p>
<p class="text-center">
<a class="btn btn-primary" role="button" href="{{ dl-url }}" aria-label="Go to SourceForge and download latest version automatically">Download <span class="hidden-xs">release </span>v{{ page.version }}<span class="hidden-xs"> from SourceForge</span></a>
</p>
<div class="alert alert-info">
<p>
The code had been developed as part of the <em>DDabLib</em> project which, at the time, was maintained in a Subversion repository on SourceForge.
</p>
<p class="strong">
The code has since been removed from the repository.
</p>
</div>
</div>
</section>
<section class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">
Installation
</h2>
</div>
<div class="panel-body">
<p class="text-danger strong">
<span class="fa fa-exclamation-triangle fa-x-pad-right"></span>Remember, you are strongly advised <strong>not</strong> to install this property editor.
</p>
<p>
Information about how to install the property editor can be found in the <code>ReadMe.htm</code> file included in the download zip file.
</p>
</div>
</section>
<section class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">
License
</h2>
</div>
<div class="panel-body">
<p>
<span class="fa fa-copyright fa-pull-left fa-3x"></span> The <em>HKEY Property Editor</em> is open source. It is copyright © 2000-2014 by <a href="http://en.gravatar.com/delphidabbler" aria-label="Peter Johnson's Gravatar account">Peter Johnson</a>. The source code is made available under the terms of the <a href="http://www.mozilla.org/MPL/2.0/" aria-label="Mozilla Public License v2.0 on mozilla.org">Mozilla Public License v2.0</a>. All relevant trademarks are acknowledged.
</p>
</div>
</section>