Skip to main content

TdxPDFCustomViewer.CanGoToNextView Method

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

Declaration

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