TdxCustomContainerReportLink.UnhideComponentByName(string) Method
In This Article
Removes the specified component from the excluded components list.
#Declaration
Delphi
procedure UnhideComponentByName(const AName: string);
#Parameters
Name | Type |
---|---|
AName | string |
#Remarks
Call the UnhideComponentByName 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 AName parameter specifies the name of a removed component.
See Also