TdxCustomContainerReportLink.FindExcludedComponentByName(string) Method
Indicates whether the specifies component is within the hidden components list.
Declaration
function FindExcludedComponentByName(const AName: string): Boolean; overload;
Parameters
Name | Type |
---|---|
AName | string |
Returns
Type |
---|
Boolean |
Remarks
Use the FindExcludedComponentByName method to locate the specified component within the excluded components list. The components within this list are not included into a report but 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 excluded components list.
If the specified component is located, the method returns True. Otherwise, it returns False.
See Also