SearchHasNextPage Property
Indicates if another page of invoice summary results exists.
Syntax
__property bool SearchHasNextPage = {read=FSearchHasNextPage, write=FSetSearchHasNextPage};
Default Value
false
Remarks
This property will be populated after a call to Search is made. If this property is True, another page of invoice summary results exists. To retrieve the next page, you can increment SearchCriteriaPage by 1 and call Search.
This property is read-only.
Data Type
Boolean