EComponentError
[Properties (by Name)][Methods (by Name)][Events (by Name)]
Exception raised when an error occurs in the component registration routines.
Declaration
Source position: classesh.inc line 142
Type
EComponentError = class (Exception)
;
Description
When an error occurs during the registration of a component, or when naming a component, then a EComponentError is raised. Possible causes are:
An name with an illegal character was assigned to a component. A component with the same name and owner already exists. The component registration system isn't set up properly.
MembersNo members available
Inheritance
Class | Description |
---|---|
EComponentError | Exception raised when an error occurs in the component registration routines. |
See also
Name | Description |
---|---|
TComponent | Base class for all components that need owner-owned functionality. |
TComponent.Name | Name of the component. |