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