Name: String;
The Name property determines name of the component that is further used.
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).
The example of use is given in description of the IComponent.Components property.
See also: