TdxPDFCustomViewer.CanGoToNextView Method
In This Article
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