Skip to content

Commit 3016fd2

Browse files
Version 1.2.0
1 parent a883853 commit 3016fd2

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Classic Delphi-VCL Editors plus a Boundary-Label (DB-Aware and Standard) including NumberBox, plus an Extended DbGrid
44

5-
### Actual official version 1.1.0 (VCL)
5+
### Actual official version 1.2.0 (VCL)
66

77
With this small library of VCL components it is possible to have the classic VCL editors (standard and data-aware) with the addition of a "label" attached to the component itself (like the native component TLabeledEdit).
88

@@ -27,6 +27,10 @@ TLabeledDbGrid is an advanced version of classic TDbGrid with the boundary Label
2727
- Lines per Rows (to show memo fields with multiple lines)
2828
- RowMargin (to enlarge heigh fo rows)
2929

30+
## From Delphi 10.3:
31+
32+
TLabeledButtonEdit and TLabeledDBButtonEdit are a classic editor with a button inside (on the right). For Date Fields the button opens automatically a Popup-Calendar.
33+
3034
*Look at those examples, showing all the components with different Label alignments: the demo is available into Demo Folder*
3135

3236
| Sample | Description |
@@ -47,9 +51,9 @@ TLabeledDbGrid is an advanced version of classic TDbGrid with the boundary Label
4751
- TLabeledNumberBox: a TNumberBox component with boudary label
4852
- TLabeledDBNumberBox: a TDBNumberBox with boudary label
4953

50-
### Available from Delphi XE3 to Delphi 11.0 (32bit and 64bit platforms)
54+
### Available from Delphi XE3 to Delphi 11 (32bit and 64bit platforms)
5155

52-
![Delphi 11.0 Sydney Support](./Images/SupportingDelphi.jpg)
56+
![Delphi 11 Sydney Support](./Images/SupportingDelphi.jpg)
5357

5458
Related links: https://www.embarcadero.com/ - https://learndelphi.org/
5559

@@ -72,6 +76,11 @@ _{InstallDir}\Source_
7276
Coming soon, into Wiki section.
7377

7478
### RELEASE NOTES
79+
15 Jun 2022: ver.1.2.0
80+
- Added TLabeledButtonEdit and TLabeledDBButtonEdit (from Delphi 10.1)
81+
- Updated Demo with TLabeledButtonEdit and TLabeledDBButtonEdit examples
82+
- Added Packages for Delphi 10.1 and Delphi XE8
83+
7584
17 May 2022: ver.1.1.0
7685
- Added LinesPerRow and RowMargin to TLabeledDbGrid
7786
- Updated Demo with full features of TLabeledDbGrid
@@ -94,6 +103,10 @@ only for D10.4.2 and above
94103
- TLabeledNumberBox
95104
- TLabeledDBNumberBox
96105

106+
only for D10.1 and above
107+
- TLabeledDBButtonEdit
108+
- TLabeledButtonEdit
109+
97110
for all Delphi versions (from XE3)
98111
- TLabeledColorGrid
99112
- TLabeledCurrencyEdit

0 commit comments

Comments
 (0)