ShellBrowser Delphi Components Documentation
|
Checks if a move is possible.
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.