rDBGrid
rDBGrid is impressive descendant of DBGrid component with many new properties, functions and events:
- provide gradient background for fixed cells

- introduce drag and drop support

- whole active row can be shown colored and with focus rectangle

- new record indicator different for editable and readonly grids, new indicator for Cell(0,0)

- selectable font color for filtered records

- shows check boxes for boolean fields (in font color)
- shows glyphs for memo fields and graphics fields (in font color)
- provides DatePicker for DateTime fields
- provides build-in editor for memo fields and long string fields
- provides build-in browser for graphics fields with BMP and JPG format
- can show text in some columns as URL link and can handle click on it
(http, mailto or userdefined links)
- can show any field as boolean checkbox with definable TRUE FALSE values
- can show any field as graphic symbols according field value
- shows complete text as hint for truncated text in cell and for memo field
- shows sort markers in title row (including multi column sorting)
- introduces events for change sorting and click on title cells or fixed column cell
- provides multiple line captions in title row with automatic word wrapping
- shows graphics in title row
- provides header text line with selectable font and color in title row
- provides context menu for title row with calculation of
SUM, MIN, MAX, AVG, COUNT values for selected column
- can show odd rows by different color
- provides automatic changing of columns width after resizing of grid
or after dblclick on boundary of title cell

- provides enhanced functionality for choosing value in lookup fields and in columns with picklist
- provides functionallity for automatic filling of picklist according
existing values in the field
- provides automatic lookup functionality for non editing grid
- provides functionallity for linking to another grid to provide footer summary rows
- provides mouse wheel functionality
- introduces events for getting cell properties (font, background) and for drawing on active row
- introduces event for custom hint on any cell
- provides design time editor for quick setting of all new properties
Unlike other large DBGrid components rDBGrid is still TDBGrid descendant and increase
size of EXE file only by cca 100 kB.
Example of rDBGrid:
See more details about rDBGrid.
|