ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSystemShellView.TJamSystemShellView.IsMovePossible

Checks if move is possible.

Syntax
Pascal
function IsMovePossible(pDelta: Integer): Boolean;
Parameters 
Description 
pDelta: Integer 
The steps to move backward (negative value) or forward (positive value).  

Boolean: True if moving is possible, false otherwise.

This method checks if moving back or forward is possible. Set pDelta to the same value as the pDelta value in the move function.