Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomContainerReportLink.FindExcludedComponent(TComponent) Method

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

#Declaration

Delphi
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