TFarListPos

Far Manager

TFarListPos

The FarListPos stucture for Delphi:
TFarListPos = packed record
  SelectPos: Integer;
  TopPos: Integer;
end;
PFarListPos = ^TFarListPos;