The unique ID of the item currently in focus on the form.
When you set this property, the form sets the focus on the specified item, which must be able to get focus (EditText or ComboBox).
Read-write property
| Visual Basic |
|---|
Public Property ActiveItem() As String |
This property is set to an empty string if no item has the focus.
Throws a UIApiItemFormNotActive exception if the form is not active.
Throws an Item - Invalid item error if the item specified by csItemID does not exist on the form.
| Setting the focus (Visual Basic) | Copy Code | |
|---|---|---|
| ||