IResourceObject.Strings

Syntax

Strings: IResourceStrings;

Description

The Strings property returns the collection of resource editor strings.

Comments

To get the images collection, use the IResourceObject.Binaries property.

Example

The property use is given in the example for IResourceStrings.ValueByKey.

See also:

IResourceObject