IMetabaseObjectCreateInfo.DefaultName

Fore Syntax

DefaultName: String;

Fore.NET Syntax

DefaultName: String;

Description

The DefaultName property returns an name of the object by default.

Comments

The name, returned by this property will be used to form a new name if the Name property is not specified. The new name is formed adding the key of newly created object to the name by default. The name by default depends on the class of the object that is created.

See also:

IMetabaseObjectCreateInfo