You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Classic Delphi-VCL Editors plus a Boundary-Label (DB-Aware and Standard) including NumberBox, plus an Extended DbGrid
4
4
5
-
### Actual official version 1.1.0 (VCL)
5
+
### Actual official version 1.2.0 (VCL)
6
6
7
7
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).
8
8
@@ -27,6 +27,10 @@ TLabeledDbGrid is an advanced version of classic TDbGrid with the boundary Label
27
27
- Lines per Rows (to show memo fields with multiple lines)
28
28
- RowMargin (to enlarge heigh fo rows)
29
29
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
+
30
34
*Look at those examples, showing all the components with different Label alignments: the demo is available into Demo Folder*
31
35
32
36
| Sample | Description |
@@ -47,9 +51,9 @@ TLabeledDbGrid is an advanced version of classic TDbGrid with the boundary Label
47
51
- TLabeledNumberBox: a TNumberBox component with boudary label
48
52
- TLabeledDBNumberBox: a TDBNumberBox with boudary label
49
53
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)
51
55
52
-

56
+

53
57
54
58
Related links: https://www.embarcadero.com/ - https://learndelphi.org/
55
59
@@ -72,6 +76,11 @@ _{InstallDir}\Source_
72
76
Coming soon, into Wiki section.
73
77
74
78
### 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
+
75
84
17 May 2022: ver.1.1.0
76
85
- Added LinesPerRow and RowMargin to TLabeledDbGrid
77
86
- Updated Demo with full features of TLabeledDbGrid
0 commit comments