IMetabaseCheckList.RemoveByKey

Syntax

RemoveByKey(Key: Integer): Boolean;

Parameters

Key - key of the object in the checksum list.

Description

The RemoveByKey method removes an object from the checksum list and returns whether the removal was successful.

Comments

Key of the object is passed by the Key parameter. The method returns True if the removal was successful.

See also:

IMetabaseCheckList