[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Name of the component.
Source position: classesh.inc line 1397
published property TComponent.Name: TComponentName |
Name is the name of the component. This name should be a valid identifier, i.e. must start with a letter, and can contain only letters, numbers and the underscore character. When attempting to set the name of a component, the name will be checked for validity. Furthermore, when a component is owned by another component, the name must be either empty or must be unique among the child component names.
Attempting to set the name to an invalid value will result in an exception being raised.
|
Called when a name change must be validated |
|
|
Owner of this component. |
No notes exist for this page yet.