Data Controls

From RadPHP XE2 Documentation
Jump to: navigation, search

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.png DBGrid
A table.
DBPaginator.png DBPaginator
A paginator to browse the results retrieved from a DataSource. Browsing has effect on any other data-aware component.
DBRepeater.png 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.png 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.png 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

Personal tools