MobileForms Toolkit Documentation

AdvancedComboBox.Reload Method 

Reloads the data with the DataConnector.

public Mapping Reload();

Return Value

The Mapping of the loaded data items.

Remarks

Reload method removes the items that were loaded by the last call to LoadData or Reload method and then calls the LoadData to refill the row collection. The new data are inserted to a position of the first removed ListItem.

If LoadData has not been called before, the command only executes LoadData()

As an alternative, you can use the DataSource property.

The template indices used for the loaded items are determined by the TemplateIndex and SelectedTemplateIndex properties.

See Also

AdvancedComboBox Class | Resco.Controls.AdvancedComboBox Namespace