RAD Studio VCL Reference
ContentsIndex
TComponent Methods Public Methods
Public Methods
 
Name 
Description 
 
Performs any necessary actions before the first destructor is called. 
 
Destroys all owned components. 
 
Indicates that the component and its owned components are about to be destroyed. 
 
This is ExecuteAction, a member of class TComponent. 
 
Indicates whether a given component is owned by the component. 
 
Ensures that AComponent is notified that the component is going to be destroyed. 
 
Frees the interface reference for components that were created from COM classes. 
 
Returns a TComponent enumerator. 
 
Returns a string used by the Object Inspector. 
 
Returns the containing Component. 
 
This is HasParent, a member of class TComponent. 
 
Establishes the component as the owner of a specified component. 
 
Indicates whether the component implements a specified interface. 
 
Establishes or removes internal links that cause this component to be notified when the implementer of a specified interface is destroyed. 
 
Removes a specified component specified from the component's Components list. 
 
Disables destruction notification that was enabled by FreeNotification 
 
Handles exceptions in methods declared using the safecall calling convention. 
 
Identifies whether the component is a subcomponent. 
 
This is UpdateAction, a member of class TComponent. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.