Skip to content

Commit 8f54540

Browse files
ver. 1.0.0
- Added packages of ShellControls for many Delphi versions - Fixed ShellEdit.pas to show the propery editor according to IDE style - Added a simple Demo and a simple unit with some useful utilities
1 parent 7007127 commit 8f54540

File tree

1 file changed

+49
-2
lines changed

1 file changed

+49
-2
lines changed

README.md

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,49 @@
1-
# DelphiShellControlsPackages
2-
Packages, demo and Utilities of Delphi ShellControl Components (missing by Embarcadero)
1+
# Shell Controls Packages and Utils [![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)
2+
3+
**Latest Version 1.0.0 - 26 May 2023**
4+
5+
** Packages, demo and Utility of Delphi ShellControl Components (missing by Embarcadero)
6+
7+
Delphi version supported: XE6, XE8, XE10, D10.1, D10.2, D10.3, D10.4, D11
8+
9+
Vcl.Shell.ShellCtrls.pas and Vcl.Shell.ShellConsts.pas are not distributed here, because they are distributed by Embarcadero!
10+
11+
## Installation Notes ##
12+
13+
- Open the Vcl.Shell.Controls.groupproj file from Packages\[DelphiVersion] folder.
14+
- Build: vclshlctrls.dpk
15+
- Build and Install: dclshlctrls.dpk
16+
17+
Then you can use those visual components at Desing-time:
18+
19+
- **TShellComboBox**
20+
- **TShellListView**
21+
- **TShellTreeView**
22+
23+
and the component **TShellChangeNotifier** to intercept changes to folders and files.
24+
25+
A simple demo that explain the use of those components is located under:
26+
- Demo\ShellControlsDemo\ShellControlsDemo.dproj
27+
28+
### Preview of the Demo included: ###
29+
30+
![Shell Controls Demo](./Images/ShellControlsDemoDesktop.jpg)
31+
32+
33+
## Release Notes ##
34+
35+
26 May 2023: ver. 1.0.0
36+
- Added packages of ShellControls for many Delphi versions
37+
- Fixed ShellEdit.pas to show the propery editor according to IDE style
38+
- Added a simple Demo and a simple unit with some useful utilities
39+
40+
## License
41+
42+
Licensed under the [Apache License, Version 2.0][9] (the "License");
43+
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.
44+
45+
Original Copyright (c) 1995-2010 Embarcadero Technologies, Inc.
46+
You may only use this software if you are an authorized licensee of Delphi, C++Builder or RAD Studio (Embarcadero Products).
47+
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.
48+
49+

0 commit comments

Comments
 (0)