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
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.0.0 (VCL)
5
+
### Actual official version 1.1.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
@@ -18,12 +18,14 @@ The label can be positioned in 12 alignements:
18
18
19
19
| Sample | Description |
20
20
| ------ | ----------- |
21
+
|| Example of a DbGrid (with some extended functionality like inplace checkbox and sorting) with the label aligned TopCenter (notice that the grid is aligned alClient and the Label is rendered inside the client area) |
21
22
|| Example of collection of Dataaware components with label aligned to "TopLeft" |
22
23
|| Example of LabeledDBCurrencyEdit and LabeledDBNumberBox (only for 10.4.2): Dataware components for numeric input (from right to left) with label aligned to "LeftMiddle" |
23
-
|| Example of a DbGrid (with some extended functionality like inplace checkbox and sorting) with the label aligned TopCenter (notice that the grid is aligned alClient and the Label is rendered inside the client area) |
24
24
|| Example of collection of Standard components with label aligned to "TopRight" |
25
25
|| Example of collection of components with label aligned to "BottomCenter" |
26
26
|| All components are fully VCL styles compatible |
27
+
|| Example of LabeledDbGrid with LinesPerRow = 3 to show multiline content of memo fields |
28
+
|| Example of LabeledDbGrid with RowMargin = 15 to to change height of grid Row |
27
29
28
30
## Support for new NumberBox component
29
31
@@ -66,6 +68,12 @@ _{InstallDir}\Source_
66
68
Coming soon, into Wiki section.
67
69
68
70
### RELEASE NOTES
71
+
17 May 2022: ver.1.1.0
72
+
- Added LinesPerRow and RowMargin to TLabeledDbGrid
73
+
- Updated Demo with full features of TLabeledDbGrid
74
+
- Changed LibSuffix for Packages (D10.4 and D11)
75
+
- Renamed Package Description to "Ethea: Dataaware Labeled Components"
76
+
69
77
10 Oct 2021:
70
78
- Fixed LabeledDbGrid for Rendering selected cell with Windows 11
71
79
- Fixex LabeledDbGrid columns draw in High-DPI app
0 commit comments