TBasedxReportLink.IsEmptyPage(Integer) Method
Determines whether a specified report page is empty.
Declaration
function IsEmptyPage(APageIndex: Integer): Boolean; virtual;
Parameters
| Name | Type |
|---|---|
| APageIndex | Integer |
Returns
| Type |
|---|
| Boolean |
Remarks
This function returns True if the page specified by the AVirtualPageIndex parameter is empty. Otherwise, False is returned.
See Also