Skip to main content

TdxCustomContainerReportLink.FindHiddenComponent(TComponent) Method

Indicates whether the specifies component is within the hidden components list.

Declaration

function FindHiddenComponent(AComponent: TComponent): Boolean; overload;

Parameters

Name Type
AComponent TComponent

Returns

Type
Boolean

Remarks

Use the FindHiddenComponent method to locate the specified component within the hidden components list. The components within this list are not included into a report and are not available to an end-user within the report link designer. The AComponent parameter identifies the located component. The output parameter AnIndex represents the index of the specified component within the hidden components list.

If the specified component is located, the method returns True. Otherwise, it returns False.

See Also