Back to Devexpress

TdxPDFCustomViewer.CanGoToNextView Method

vcl-dxpdfviewer-dot-tdxpdfcustomviewer-5bc3e7d2.md

latest1.2 KB
Original Source

TdxPDFCustomViewer.CanGoToNextView Method

Identifies if the control can navigate to the next recorded view state.

Declaration

delphi
function CanGoToNextView: Boolean;

Returns

Type
Boolean

Remarks

This function returns True if the current state is not the last in the history of view states; otherwise, False.

The CanGoToNextView and IsDocumentLoaded functions are used to determine if the GoToNextView command is available to an end-user.

See Also

TdxPDFCustomViewer.CanGoToPrevView

TdxPDFCustomViewer.ClearViewStateHistory

TdxPDFCustomViewer Class

TdxPDFCustomViewer Members

dxPDFViewer Unit