IResourceItems.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET Syntax

Remove(Index: integer): boolean;

Parameters

Index. Resource editor object index.

Description

The Remove method removes a resource editor object by the specified index.

Comments

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

See also:

IResourceItems