DataItem properties

The properties available in a DataItem part include all field-level properties that are valid in any context. All these properties depend on data access or UI technologies. For information about the properties available with any technologies that you might be using, see the related reference links at the end of this topic.

Example

The following example shows the minInput property, used with form fields:

DataItem SocialSecurityNumber CHAR(9) { 
  minInput = 9
  }
end

Feedback