IResourceLocales.RemoveByKey

Fore syntax

RemoveByKey(Key: Integer): Boolean;

Fore.NET syntax

RemoveByKey(Key: uinteger): boolean;

Parameters

Key. Resource language key.

Description

The RemoveByKey method removes the language with the specified key.

Comments

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

See also:

IResourceLocales