IResourceItems.RemoveById

Fore syntax

RemoveById(Id: Integer): Boolean;

Fore.NET syntax

RemoveById(Id: integer): boolean;

Parameters

Id. Resource editor object identifier.

Description

The RemoveById method removes an object of the resource editor by the set identifier.

Comments

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

See also:

IResourceItems