Class of TComponent.
Source position: classesh.inc line 1720
type TComponentClass = class of TComponent; |
The TComponentClass type is used when constructing TComponent descendant instances and when registering components.
|
Base class for all components that need owner-owned functionality. |