Skip to main content

TdxCustomContainerReportLink.UnhideComponent(TComponent) Method

Removes the specified component from the excluded components list.

Declaration

procedure UnhideComponent(AComponent: TComponent);

Parameters

Name Type
AComponent TComponent

Remarks

Call the UnhideComponent method to remove the specified component from the hidden components list. The components within this list are not included into a report and are not available within the report link designer. The AComponent parameter identifies a component to remove.

See Also