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