Image - Data Bound
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/Image - Data Bound/index.xml
Places a data-bound image control on the component. Data-bound means that the image data it tied, or bound, to a server-side database. The images on the server can then be used to populate the image data displayed on a client-side device, like a mobile phone. Images that are not data-bound can be add to a component using the [Image] control in the other controls section.
Video - Data Bound Control
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/Video/index.xml
The Video - Data Bound control displays dynamic video content by binding to a database field or data source that contains a video URL or file path.
Data Bound Custom Control
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Custom/Data Bound Custom Control/index.xml
Properties for configuring a Data Bound Custom Control.
How to Annotate Data Bound Images
/documentation/pages/HowTo/UX/Annotate Data Bound Images.xml
Images in a Data Bound UX Component can be annotated using the Ink control.
Sanitize Javascript for Data bound UX Components
/documentation/pages/Guides/Mobile and Web Components/UX/Properties/Advanced/Sanitize Javascript for Data bound UX Components.xml
In a data bound UX component, the Javascript sent from the server to the client to populate controls in the UX may contain executable code. If you check this property, the Javascript is encoded to disable any executable code in the response sent to the client.
Custom Control (Data Bound)
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Custom/index.xml
Custom Control (Data Bound) properties
Data Bound Item Properties
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/other/Form Properties/Form properties/Items/Data Bound Item Properties/index.xml
Properties for configuring data-bound items within a Form View control.
Image Data type
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Data/List Properties/listprops/Fields/Image Properties/imagedatatype.xml
Specify if the data in the field is an image file name, or is base64 encoded data.
Data Binding
/documentation/pages/Guides/Mobile and Web Components/UX/Data Binding/index.xml
Create new tables with fields that match the controls on your UX Component, or bind the controls in your UX Component to fields in existing tables. The Data Binding page lets you bind an entire UX component to new or existing SQL or DBF tables in a database and then assign controls to fields in those table accordingly.
Data Bound Field Properties Properties
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/other/Form Properties/Form properties/Form Layout/DataBoundFieldProperties/index.xml
Settings for configuring data bound fields placed in the FormView's layout. A data bound field is a field from the FormView's data source.