ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellLink.TJamShellLink.IsMovePossible

Checks if a 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). 

True if the move is possible and MoveBack or MoveForward can be called. False otherwise.