IMsModelList.RemoveByKey

Syntax

RemoveByKey(ModelKey: Boolean): Boolean;

Parameters

ModelKey. Model key.

Description

The RemoveByKey method removes a model from the collection by its key. Returns True if the removal was successful.

Example

The method use is given in the example for IMsModelList.FindById.

See also:

IMsModelList