Name: String;
The Name property determines name of the component that is further used.
Property is set only during the process of form design and it should 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: