Skip to content

Commit 718b9c0

Browse files
Update README.md
1 parent 2176569 commit 718b9c0

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

README.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,16 @@ It is no longer necessary to keep the Label "connected" and "aligned" by hand to
1414
The label can be positioned in 12 alignements:
1515
**lpTopLeft, lpTopCenter, lpTopRight, lpBottomLeft, lpBottomCenter, lpBottomRight, lpLeftTop, lpLeftMiddle, lpLeftBottom, lpRightTop, lpRightMiddle, lpRightBottom**
1616

17-
PLUS: an advanced DbGrid component with many features:
18-
- HighLightCurrentRow
19-
- Alternate row colors
17+
## PLUS: An advanced TDbGrid component
18+
19+
TLabeledDbGrid is an advanced version of classic TDbGrid with the boundary Label, plus some extra features:
20+
- ShowSortOrder: shows an indicator of sorting column
21+
- Embedeed CheckBox for boolean fields
22+
- Incremental search, when typing into a ReadOnly DbGrid
23+
- Alternate row-color
24+
- Custom row-colors
2025
- Show sort order
2126
- Incremental search
22-
- Custom Draw with custom background colors
23-
- Draw checkbox for boolean fields
2427
- Lines per Rows (to show memo fields with multiple lines)
2528
- RowMargin (to enlarge heigh fo rows)
2629

@@ -44,15 +47,6 @@ PLUS: an advanced DbGrid component with many features:
4447
- TLabeledNumberBox: a TNumberBox component with boudary label
4548
- TLabeledDBNumberBox: a TDBNumberBox with boudary label
4649

47-
## An advanced TDbGrid component
48-
49-
TLabeledDbGrid is an advanced version of classic TDbGrid with the boundary Label, plus some extra features:
50-
- ShowSortOrder: shows an indicator of sorting column
51-
- Embedeed CheckBox for boolean fields
52-
- Incremental search, when typing into a ReadOnly DbGrid
53-
- Alternate row-color
54-
- Custom row-colors
55-
5650
### Available from Delphi XE3 to Delphi 11.0 (32bit and 64bit platforms)
5751

5852
![Delphi 11.0 Sydney Support](./Images/SupportingDelphi.jpg)

0 commit comments

Comments
 (0)