Represents an item in a form. The Item object is uniquely identified by its UniqueID property and holds all the data of the referenced form item.
Use the this object to set item properties such as size, string, location, etc and to get its specific item properties.
Note that when adding new elements to a form, by default, the elements are positioned to the left-hand side of the first element. To position the elements correctly, set real values to the Item.Left and Item.Top properties.
The following restrictions apply to original SAP Business One items:
- You cannot set the item's Editable property to Yes.
- You cannot set the item's Visible property to Yes.
- You cannot set the DataBind object properties connected to this item.
| Adding items to a form (Visual Basic) | Copy Code | |
|---|---|---|
| ||