IResourceItems.Add

Fore Syntax

Add([Key: Integer = 0]; [Id: String = ""]): Integer;

Fore.NET Syntax

Add(Key: uinteger; Id: string ): uinteger;

Parameters

Key. Added object key.

Id. Added object identifier.

Description

The Add method adds an object to the resource editor.

Comments

After executing the method returns the added object key.

Fore and Fore.NET Examples

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

See also:

IResourceItems