MobileForms Toolkit Documentation

ItemCollection.RemoveByMapping Method 

Removes all items with selected field mapping from the ItemCollection.

public int RemoveByMapping(
Mapping fieldNames
);

Parameters

fieldNames
The Mapping of names, that identifies items from the same source.

Return Value

Index of first removed item.

Remarks

This method is used by the Reload method.

See Also

ItemCollection Class | Resco.Controls.AdvancedComboBox Namespace