IResourceLocales.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Resource language index.

Description

The Remove method removes language with the specified index.

Comments

Resource language indexing is continuous and starts with zero. To get the number of resource languages, use the IResourceLocales.Count property.

The method returns True if removal is successful, otherwise it returns False.

See also:

IResourceLocales