rDBComponents
rDBComponents is sets of enhanced or new TDataControl components, as
- rDBEdit, rDBMemo, rDBCheckBox
- rDBListBox, rDBComboBox, rDBLookupListBox, rDBLookupComboBox
- rDBDateTimePicker
- rDBImage

- rDBLabel, rDBButton

Most of them provides following functionality:
- can show BoundLabel in selected position (TopLeft, TopCenter, LeftTop, LeftCenter...),
caption of this label is DisplayLabel of selected field or any own caption
- change background color and disable dropdown action (for listbox and combobox)
if dataset is not in editing mode
- some bugs of standard components are fixed
- mouse wheel is working (for listbox and combobox)
- rDBDateTimePicker support null value of date (show additional checkbox)
- rDBImage with JPEG support introduce zoom with scrollbars, additional buttons
for user friendly setting of zoom, possibility to show/edit picture in independend window,
cut, copy, paste, save as file, load from file etc.
Example of rDBComponents:
Dataset in browse state:
Dataset in edit state:
|