IMetabaseCheckList.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index - index of the object in the checksum list.

Description

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

Comments

Index of the object is sent by the Index parameter. The method returns True if the removal was successful.

See also:

IMetabaseCheckList