Binding controls
Controls that store or display data, such as edit boxes, check boxes, and labels, must be
bound to business object properties so they can interact with the data layer.
For each bind property of a control, you can click the bind button in the Control Explorer to select the correct object and property. Use the tree in the Bind Selection window to drill down to the property that you want.
Note: If you want to bind to an address's X, Y, and Z coordinates, you will see two possibilities
in the tree for the
Address
object. For example, there is a property called
GPSXCoordinate
and another one called XCoordinate
.
GPSXCoordinate
, GPSYCoordinate
, and
GPSZCoordinate
are the correct properties to use.