Data Controls
From RadPHP XE2 Documentation
Data Controls Components are components designed to display data from a DataSet component (through a DataSource). When in the Designer, you can find them listed in the Tool Palette pane.
List
DBGrid
- A table.
DBPaginator
- A paginator to browse the results retrieved from a DataSource. Browsing has effect on any other data-aware component.
DBRepeater
- A repeater container. You can put data-aware component inside it, and for each record from its DataSource it will print the components inside it.
DBIteratorBegin
- The beginning of a repeater section. Toguether with DBIteratorEnd, this component can be used on templated forms to ge the same behavior of the repeater container on common RPCL forms.
DBIteratorEnd
- The end of a repeater section. Toguether with DBIteratorBegin, this component can be used on templated forms to ge the same behavior of the repeater container on common RPCL forms.
See Also
- For a list of all controls able to display data from a DataSet component, see Data-Aware Components.