TdxCustomContainerReportLink.UnhideComponents(TComponent[]) Method
In This Article
Removes the specified components from the excluded components list.
#Declaration
Delphi
procedure UnhideComponents(const AComponents: array of TComponent);
#Parameters
Name | Type |
---|---|
AComponents | TComponent |
#Remarks
Call the UnhideComponents method to remove the specified components 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 AComponents parameter specifies the array of components to remove.
See Also