Icon TComponent

Unit: WebCore

Inherits From TPersistent

Available In: Client and Server Applications

The TComponent class represents a component and is the base class of all components (visual and non-visual). This class includes functionality for ownership of other components and event registration/notification, which simplifies component destruction by allowing the TComponent class to automatically destroy all owned components.

Image