Table of Contents

TCustomComponentTree.GetComponentNode Method

Returns the tree node that represents AComponent, or nil if the component is not in the tree.

Syntax

Unit: ComponentInspector

function TCustomComponentTree.GetComponentNode(AComponent: TComponent): TTreeNode;

Parameters

<-> Parameter Type Description
AComponent TComponent

See also