TBasedxReportLink.PageReady(Integer) Method
Indicates whether report pages have been generated.
Declaration
function PageReady(APageIndex: Integer): Boolean;
Parameters
| Name | Type |
|---|---|
| APageIndex | Integer |
Returns
| Type |
|---|
| Boolean |
Remarks
Call this function to determine whether the page specified by the APageIndex parameter has been generated. In TBasedxReportLink, this function returns True.
See Also