IResourceItems.RemoveByKey

Fore Syntax

RemoveByKey(Key: Integer): Boolean;

Fore Syntax

RemoveByKey(Key: uinteger): boolean;

Parameters

Key. Resource editor object key.

Description

The RemoveByKey method removes a resource editor object by the specified key.

Comments

If removal is successful, the method returns True, otherwise it returns False.

See also:

IResourceItems