TCustomComponentTree.AddComponent Method
Adds AComponent to the tree if it passes the current filter and is not already present.
Syntax
Unit: ComponentInspector
procedure TCustomComponentTree.AddComponent(AComponent: TComponent);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AComponent | TComponent |