TFarListInsert

Far Manager

TFarListInsert

The FarListInsert stucture for Delphi:
TFarListInsert = packed record
  Index: integer;
  Item: TFarListItem;
end;
PFarListInsert = ^TFarListInsert;