TFarListInsert = packed record Index: integer; Item: TFarListItem; end; PFarListInsert = ^TFarListInsert;