Skip to content

Frequently Asked Questions

Q: Is the TLabeledDbGrid component 100% backwards compatible with TDbGrig?

A: Yes, you can use TLabeledDbGrid replacing any TDbGrid: the user will be able to immediately take advantage of new features such as AlternateRowColors.


Q: Is there a DataAware version of the TNumberBox component?

A: Yes, you can use TDBNumberBox, which adds DataAware support to the classic TNumberBox or even better the TLabeledDBNumberBox with the label "attached" to the component.


Q: Can I customize the "label" attached to Labeled components?

A: Yes, through the object inspector you still have access to all the properties of the component's "BoundLabel".


Q: Is there a component for inputting numeric values ??from the right?

A: Yes, you can use the TLabeledCurrencyEdit or the Dataaware version TLabeledDBCurrencyEdit, which allows you to enter numeric values ??from the right as you normally would with a calculator.

Released under Apache License, Version 2.0.