IResourceItems.Count

Fore Syntax

Count: Integer;

Fore.NET Syntax

Count: integer;

Description

The Count property returns the number of strings or images in the resource editor.

Comments

To remove all strings or images from resources, use the IResourceItems.Clear method.

See also:

IResourceItems