TdxCustomContainerReportLink.UnhideComponent(TComponent) Method
In This Article
Removes the specified component from the excluded components list.
#Declaration
Delphi
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