-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathReadMe.htm
83 lines (83 loc) · 3.38 KB
/
ReadMe.htm
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
<style type="text/css">
code{
font-family: "Consolas", monospace;
}
pre{
border: 1px solid #ddd;
border-left: 3px solid #f36d33;
overflow: auto;
padding: 1em 1.5em;
display: block;
}
Blockquote{
border-left: 3px solid #d0d0d0;
padding-left: 0.5em;
margin-left:1em;
}
Blockquote p{
margin: 0;
}
table{
border:1px solid;
border-collapse:collapse;
}
th{ padding:5px;
border:1px solid;
}
td{
padding:5px;
border:1px solid;
}
</style>
<h1>Shell Controls Packages and Utils <a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg" alt="License"/></a></h1>
<p><strong>Latest Version 1.1.2 - 22 Sep 2024</strong></p>
<p>** Packages, demo and Utility of Delphi ShellControl Components (missing by Embarcadero)</p>
<p>Delphi version supported: XE6, XE8, XE10, D10.1, D10.2, D10.3, D10.4, D11, D12</p>
<p>For other versions, please add a request in the <a href="https://github.com/EtheaDev/DelphiShellControlsPackages/issues">Issue section</a> of the project.</p>
<p><img src="./Images/SupportingDelphi.jpg" alt="Supporting Delphi 12"/></p>
<h2>Components</h2>
<p>Vcl.Shell.ShellCtrls.pas and Vcl.Shell.ShellConsts.pas are not distributed here, because they are distributed by Embarcadero inside Delphi!</p>
<h2>Installation Notes</h2>
<ul>
<li>Open the Vcl.Shell.Controls.groupproj file from Packages[DelphiVersion] folder.</li>
<li>Build: vclshlctrls.dpk</li>
<li>Build and Install: dclshlctrls.dpk</li>
</ul>
<p>Then you can use those visual components at Desing-time:</p>
<ul>
<li><strong>TShellComboBox</strong></li>
<li><strong>TShellListView</strong></li>
<li><strong>TShellTreeView</strong></li>
</ul>
<p>and the component <strong>TShellChangeNotifier</strong> to intercept changes to folders and files.</p>
<p>A simple demo that explain the use of those components is located under:</p>
<ul>
<li>Demo\ShellControlsDemo\ShellControlsDemo.dproj</li>
</ul>
<h3>Preview of the Demo included:</h3>
<p><img src="./Images/ShellControlsDemoDesktop.jpg" alt="Shell Controls Demo"/></p>
<h2>Release Notes</h2>
<p>22 Sep 2024: ver. 1.1.2</p>
<ul>
<li>Fixed option list for ListView in Demo.</li>
</ul>
<p>08 Jun 2024: ver. 1.1.1</p>
<ul>
<li>Updated packages of ShellControls for Delphi 12.1</li>
</ul>
<p>27 Oct 2023: ver. 1.1.0</p>
<ul>
<li>Added packages of ShellControls for Delphi 12</li>
</ul>
<p>26 May 2023: ver. 1.0.0</p>
<ul>
<li>Added packages of ShellControls for many Delphi versions</li>
<li>Fixed ShellEdit.pas to show the propery editor according to IDE style</li>
<li>Added a simple Demo and a simple unit with some useful utilities</li>
</ul>
<h2>License</h2>
<p>Licensed under the <a href="the" title="License">Apache License, Version 2.0</a>;
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.</p>
<p>Original Copyright (c) 1995-2010 Embarcadero Technologies, Inc.
You may only use this software if you are an authorized licensee of Delphi, C++Builder or RAD Studio (Embarcadero Products).
This software is considered a Redistributable as defined under the software license agreement that comes with the Embarcadero Products and is subject to that software license agreement.</p>