Data-Aware Components
Data-aware components are those components that are able to use data from a DataSet component through a DataSource.
Components
 Button Button
- A button user can click.
 CheckBox CheckBox
- A checkbox.
 ComboBox ComboBox
- A combobox, a field whose value user can choose from a list of possible values, defined by you.
 DBRepeater 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.
 Edit Edit
- A one-line input field where user can type.
 Image Image
- An image.
 Label Label
- A label of text user can read but not change.
 ListBox ListBox
- A list. You can manage its items through its Items property.
 MButton MButton
- A button user can click.
 MCheckBox MCheckBox
- A checkbox.
 MComboBox MComboBox
- A combobox, a field whose value user can choose from a list of possible values, defined by you.
 MConnection MConnection
- Access device’s cellular and WiFi connection information. It has a visual representation, similar to a label.
 MDevice MDevice
- Get device information, software and hardware. It has a visual representation, similar to a label.
 MEdit MEdit
- A one-line input field where user can type.
 Memo Memo
- A multiline input field where user can type.
 MLink MLink
- A link to a web page. It looks like a common button that, when clicked, opens a given URL in default web browser.
 MList MList
- A list for mobile applications.
 MRadioButton MRadioButton
- A radio button.
 MRadioGroup MRadioGroup
- A group of radio buttons. Only one item can be selected at a time. You can manage its items through its Items property.
 MTextArea MTextArea
- A multiline input field where user can type.
 MToggle MToggle
- A switch button. It can be switched (on and off) either by clicking it or by toggling it.
 Pager Pager
- A pager to allow the browsing of sets of data using pages.
 RadioButton RadioButton
- A radio button.
 RadioGroup RadioGroup
- A group of radio buttons which are mutually exclusive.
 ZBarcode ZBarcode
- A barcode generation system, with different barcode formats and rendering methods.
 ZMarkup ZMarkup
- A markup text parser which converts markup text into a token tree.
