TAdvCustomFormDesigner.FindComponentContainer Method
Finds the component container control for a non-visual component in the form.
Syntax
Unit: FormDesigner
function TAdvCustomFormDesigner.FindComponentContainer(AComponent: TComponent): TComponentContainer;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AComponent | TComponent | The non-visual component for which we want to find the component container. |
Returns
The component container for the component. If the component doesn't have a component container, result is nil.