TdxCustomContainerReportLink.FindHiddenComponentByName(string) Method
Indicates whether the specifies component is within the hidden components list.
Declaration
function FindHiddenComponentByName(const AName: string): Boolean; overload;
Parameters
Name | Type |
---|---|
AName | string |
Returns
Type |
---|
Boolean |
Remarks
Use the FindHiddenComponent method to locate the specified component within the hidden components list. The components within this list are not included into a report and are not available to an end-user within the report link designer. The AName parameter specifies the name of the located component. The output parameter AnIndex represents the index of the specified component within the hidden components list.
If the specified component is located, the method returns True. Otherwise, it returns False.
See Also