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 delete all strings/images from resources, use the IResourceItems.Clear method.

See also:

IResourceItems