IMetabaseUpdateObjectNode.ObjectOldKey

Fore Syntax

ObjectOldKey: Integer;

Fore.NET Syntax

ObjectOldKey: integer;

Description

The ObjectOldKey property returns old object key.

Comments

To get the object being updated, use the IMetabaseUpdateObjectNode.Object property.

Fore and Fore.NET Examples

The property use is given in the example for IMetabaseUpdateProgress.OnProgress.

See also:

IMetabaseUpdateObjectNode