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. 
 
Executes an action. 
 
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. 
 
Verifies whether the component has a parent. 
 
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. 
 
Updates the state of an action. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.