IComponent.Name

Syntax

Name: String;

Description

The Name property determines name of the component that is further used.

Comments

The property is set only during form design and it must not be changed during its execution. By default, each component gets a name that consists of the component class name and number in order (numbering begins with 1).

Example

The example of use is given in description of the IComponent.Components property.

See also:

Forms Assembly Interfaces