Skip to main content

TdxCustomContainerReportLink.FindExcludedComponent(TComponent) Method

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

Declaration

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

Parameters

Name Type
AComponent TComponent

Returns

Type
Boolean

Remarks

Use the FindExcludedComponent method to locate the specified component within the excluded components list. The components within this list are not included into a report but 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 excluded components list.

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

See Also