| 38 | 
   | 
     procedure FormCloseQuery(Sender: TObject; var CanClose: Boolean); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 39 | 
   | 
     procedure FormKeyUp(Sender: TObject; var Key: Word; Shift: TShiftState); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 40 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 | 41 | 
 < | 
     function GetValue(datatype: Word; offset: LongWord): String; | 
 
 
 
 
 
 
 
 
 
 | 41 | 
 > | 
     function GetValue(datatype: Word; offset: Integer): String; | 
 
 
 
 
 
 
 
 
 
 
 
 | 42 | 
   | 
     procedure ClearValues; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 43 | 
   | 
     procedure WriteValues; | 
 
 
 
 
 
 
 
 
 
 
 
 | 44 | 
 < | 
     procedure SetNewValue(datatype: Word; offset: LongWord; Value: String); | 
 
 
 
 
 
 
 
 
 
 | 44 | 
 > | 
     procedure SetNewValue(datatype: Word; offset: Integer; Value: String); | 
 
 
 
 
 
 
 
 
 
 
 
 | 45 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 46 | 
   | 
     procedure value_viewerDblClick(Sender: TObject); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 47 | 
   | 
     procedure value_viewer_context_copyClick(Sender: TObject); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 53 | 
   | 
     procedure hexSelectionChanged(Sender: TObject); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 54 | 
   | 
     procedure hexChange(Sender: TObject); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 55 | 
   | 
   private | 
 
 
 
 
 
 
 
 
 
 
 
 | 56 | 
 < | 
     ConID, fileid, datoffset: Integer; | 
 
 
 
 
 
 
 
 
 
 | 56 | 
 > | 
     fileid, datoffset: Integer; | 
 
 
 
 
 
 
 
 
 
 
 
 | 57 | 
   | 
   public | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 58 | 
   | 
   end; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 59 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 100 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 101 | 
   | 
 procedure TForm_RawEdit.LoadRaw(raw_info: TRawDataInfo); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 102 | 
   | 
 var | 
 
 
 
 
 
 
 
 
 
 
 
 | 103 | 
 < | 
   i:    LongWord; | 
 
 
 
 
 
 
 
 
 
 | 103 | 
 > | 
   i:    Integer; | 
 
 
 
 
 
 
 
 
 
 
 
 | 104 | 
   | 
   mem: TMemoryStream; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 105 | 
   | 
 begin | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 106 | 
   | 
   if hex.Modified then | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 114 | 
   | 
   begin | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 115 | 
   | 
     for i := 0 to filelist.Count - 1 do | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 116 | 
   | 
     begin | 
 
 
 
 
 
 
 
 
 
 
 
 | 117 | 
 < | 
       if ConManager.Connection[ConID].ExtractFileIDOfName(filelist.Items.Strings[i]) = Raw_Info.SrcID then | 
 
 
 
 
 
 
 
 
 
 | 117 | 
 > | 
       if ConManager.Connection[ConnectionID].ExtractFileIDOfName(filelist.Items.Strings[i]) = Raw_Info.SrcID then | 
 
 
 
 
 
 
 
 
 
 
 
 | 118 | 
   | 
       begin | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 119 | 
   | 
         filelist.ItemIndex := i; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 120 | 
   | 
         listClick(Self); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 131 | 
   | 
     end; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 132 | 
   | 
   end; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 133 | 
   | 
   mem := nil; | 
 
 
 
 
 
 
 
 
 
 
 
 | 134 | 
 < | 
   ConManager.Connection[ConID].LoadRawFile(raw_info.SrcID, raw_info.SrcOffset, TStream(mem)); | 
 
 
 
 
 
 
 
 
 
 | 134 | 
 > | 
   ConManager.Connection[ConnectionID].LoadRawFile(raw_info.SrcID, raw_info.SrcOffset, TStream(mem)); | 
 
 
 
 
 
 
 
 
 
 
 
 | 135 | 
   | 
   hex.LoadFromStream(mem); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 136 | 
   | 
   ClearValues; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 137 | 
   | 
   hexSelectionChanged(Self); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 147 | 
   | 
   ClearValues; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 148 | 
   | 
   datoffset := StrToInt('$' + MidStr( | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 149 | 
   | 
     list_offset.Items.Strings[list_offset.ItemIndex], 3, 8)); | 
 
 
 
 
 
 
 
 
 
 
 
 | 150 | 
 < | 
   LoadRaw(ConManager.Connection[ConID].GetRawInfo(fileid, datoffset)); | 
 
 
 
 
 
 
 
 
 
 | 150 | 
 > | 
   LoadRaw(ConManager.Connection[ConnectionID].GetRawInfo(fileid, datoffset)); | 
 
 
 
 
 
 
 
 
 
 
 
 | 151 | 
   | 
 end; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 152 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 153 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 154 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 155 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 | 156 | 
 < | 
 function TForm_RawEdit.GetValue(datatype: Word; offset: LongWord): String; | 
 
 
 
 
 
 
 
 
 
 | 156 | 
 > | 
 function TForm_RawEdit.GetValue(datatype: Word; offset: Integer): String; | 
 
 
 
 
 
 
 
 
 
 
 
 | 157 | 
   | 
 var | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 158 | 
   | 
   Data: TByteData; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 159 | 
   | 
   i:    Word; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 227 | 
   | 
   i, j:  Integer; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 228 | 
   | 
   Data:  TByteData; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 229 | 
   | 
   str:   String; | 
 
 
 
 
 
 
 
 
 
 
 
 | 230 | 
 < | 
   Value: LongWord; | 
 
 
 
 
 
 
 
 
 
 | 230 | 
 > | 
   Value: Integer; | 
 
 
 
 
 
 
 
 
 
 
 
 | 231 | 
   | 
   floatformat: TFormatSettings; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 232 | 
   | 
 begin | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 233 | 
   | 
   floatformat.DecimalSeparator := '.'; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 310 | 
   | 
       str := ''; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 311 | 
   | 
       if hex.SelCount = 0 then | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 312 | 
   | 
       begin | 
 
 
 
 
 
 
 
 
 
 
 
 | 313 | 
 < | 
         while (hex.Data[hex.SelStart + j] > 0) and ((hex.SelStart + j) < hex.DataSize) do | 
 
 
 
 
 
 
 
 
 
 | 313 | 
 > | 
         while (hex.SelStart + j) < hex.DataSize do | 
 
 
 
 
 
 
 
 
 
 
 
 | 314 | 
   | 
         begin | 
 
 
 
 
 
 
 
 
 | 315 | 
 + | 
           if hex.Data[hex.SelStart + j] = 0 then | 
 
 
 
 
 
 
 
 
 | 316 | 
 + | 
             Break; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 317 | 
   | 
           if hex.Data[hex.selstart + j] >= 32 then | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 318 | 
   | 
             str := str + Char(hex.Data[hex.SelStart + j]) | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 319 | 
   | 
           else | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 341 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 342 | 
   | 
 procedure TForm_RawEdit.FormCreate(Sender: TObject); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 343 | 
   | 
 var | 
 
 
 
 
 
 
 
 
 
 
 
 | 344 | 
 < | 
   i:     LongWord; | 
 
 
 
 
 
 
 
 
 
 | 344 | 
 > | 
   i:     Integer; | 
 
 
 
 
 
 
 
 
 
 
 
 | 345 | 
   | 
   exts: String; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 346 | 
   | 
 begin | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 347 | 
   | 
   inherited; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 389 | 
   | 
 function TForm_RawEdit.Save: Boolean; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 390 | 
   | 
 var | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 391 | 
   | 
   mem:  TMemoryStream; | 
 
 
 
 
 
 
 
 
 
 
 
 | 392 | 
 < | 
   i:    LongWord; | 
 
 
 
 
 
 
 
 
 
 | 392 | 
 > | 
   i:    Integer; | 
 
 
 
 
 
 
 
 
 
 
 
 | 393 | 
   | 
 begin | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 394 | 
   | 
   case MessageBox(Self.Handle, PChar('Save changes to .raw-part of file ' + | 
 
 
 
 
 
 
 
 
 
 
 
 | 395 | 
 < | 
       ConManager.Connection[ConID].GetFileInfo(fileid).Name + '?'), PChar('Data changed...'), | 
 
 
 
 
 
 
 
 
 
 | 395 | 
 > | 
       ConManager.Connection[ConnectionID].GetFileInfo(fileid).Name + '?'), PChar('Data changed...'), | 
 
 
 
 
 
 
 
 
 
 
 
 | 396 | 
   | 
       MB_YESNOCANCEL) of | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 397 | 
   | 
     idYes: | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 398 | 
   | 
     begin | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 399 | 
   | 
       mem := TMemoryStream.Create; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 400 | 
   | 
       hex.SaveToStream(mem); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 401 | 
   | 
       mem.Seek(0, soFromBeginning); | 
 
 
 
 
 
 
 
 
 
 
 
 | 402 | 
 < | 
       ConManager.Connection[ConID].UpdateRawFile(fileid, datoffset, mem); | 
 
 
 
 
 
 
 
 
 
 | 402 | 
 > | 
       ConManager.Connection[ConnectionID].UpdateRawFile(fileid, datoffset, mem); | 
 
 
 
 
 
 
 
 
 
 
 
 | 403 | 
   | 
       mem.Free; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 404 | 
   | 
       hex.Modified := False; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 405 | 
   | 
       for i := 0 to hex.Datasize - 1 do | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 507 | 
   | 
   fs: TFileStream; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 508 | 
   | 
 begin | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 509 | 
   | 
   saved.Filter     := 'Files of matching extension (*.' + | 
 
 
 
 
 
 
 
 
 
 
 
 | 510 | 
 < | 
     ConManager.Connection[ConID].GetFileInfo(fileid).Extension + ')|*.' + | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 511 | 
 < | 
     ConManager.Connection[ConID].GetFileInfo(fileid).Extension + | 
 
 
 
 
 
 
 
 
 
 | 510 | 
 > | 
     ConManager.Connection[ConnectionID].GetFileInfo(fileid).Extension + ')|*.' + | 
 
 
 
 
 
 | 511 | 
 > | 
     ConManager.Connection[ConnectionID].GetFileInfo(fileid).Extension + | 
 
 
 
 
 
 
 
 
 
 
 
 | 512 | 
   | 
     '|All files|*.*'; | 
 
 
 
 
 
 
 
 
 
 
 
 | 513 | 
 < | 
   saved.DefaultExt := ConManager.Connection[ConID].GetFileInfo(fileid).Extension; | 
 
 
 
 
 
 
 
 
 
 | 513 | 
 > | 
   saved.DefaultExt := ConManager.Connection[ConnectionID].GetFileInfo(fileid).Extension; | 
 
 
 
 
 
 
 
 
 
 
 
 | 514 | 
   | 
   if saved.Execute then | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 515 | 
   | 
   begin | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 516 | 
   | 
     fs := TFileStream.Create(saved.FileName, fmCreate); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 526 | 
   | 
 var | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 527 | 
   | 
 //  Data: Tdata; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 528 | 
   | 
   fs:   TFileStream; | 
 
 
 
 
 
 
 
 
 
 | 527 | 
 – | 
   data: TByteData; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 529 | 
   | 
   i: Integer; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 530 | 
   | 
   rawinfo: TRawDataInfo; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 531 | 
   | 
 begin | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 532 | 
   | 
   opend.Filter := 'Files of matching extension (*.' + | 
 
 
 
 
 
 
 
 
 
 
 
 | 533 | 
 < | 
     ConManager.Connection[ConID].GetFileInfo(fileid).Extension + ')|*.' + | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 534 | 
 < | 
     ConManager.Connection[ConID].GetFileInfo(fileid).Extension + | 
 
 
 
 
 
 
 
 
 
 | 533 | 
 > | 
     ConManager.Connection[ConnectionID].GetFileInfo(fileid).Extension + ')|*.' + | 
 
 
 
 
 
 | 534 | 
 > | 
     ConManager.Connection[ConnectionID].GetFileInfo(fileid).Extension + | 
 
 
 
 
 
 
 
 
 
 
 
 | 535 | 
   | 
     '|All files|*.*'; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 536 | 
   | 
   if opend.Execute then | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 537 | 
   | 
   begin | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 538 | 
   | 
     fs := TFileStream.Create(opend.FileName, fmOpenRead); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 539 | 
   | 
     if fs.Size <> hex.DataSize then | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 540 | 
   | 
     begin | 
 
 
 
 
 
 
 
 
 
 
 
 | 541 | 
 < | 
       if (not (CR_ResizeRaw in ConManager.Connection[ConID].ChangeRights)) and (not (CR_AppendRaw in ConManager.Connection[ConnectionID].ChangeRights)) then | 
 
 
 
 
 
 
 
 
 
 | 541 | 
 > | 
       if (not (CR_ResizeRaw in ConManager.Connection[ConnectionID].ChangeRights)) and (not (CR_AppendRaw in ConManager.Connection[ConnectionID].ChangeRights)) then | 
 
 
 
 
 
 
 
 
 
 
 
 | 542 | 
   | 
       begin | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 543 | 
   | 
         ShowMessage('Can''t import ' + ExtractFilename(importd.FileName) + | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 544 | 
   | 
             ', file has to have same size as file in .raw with this backend.' + CrLf + | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 558 | 
   | 
           Exit; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 559 | 
   | 
         end; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 560 | 
   | 
       end; | 
 
 
 
 
 
 
 
 
 
 
 
 | 561 | 
 < | 
       rawinfo := ConManager.Connection[ConID].GetRawInfo(fileid, datoffset); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 562 | 
 < | 
       if CR_ResizeRaw in ConManager.Connection[ConID].ChangeRights then | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 563 | 
 < | 
         ConManager.Connection[ConID].UpdateRawFile(fileid, datoffset, fs) | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 564 | 
 < | 
       else if CR_AppendRaw in ConManager.Connection[ConID].ChangeRights then | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 565 | 
 < | 
         i := ConManager.Connection[ConID].AppendRawFile(rawinfo.LocSep, fs); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 566 | 
 < | 
         ConManager.Connection[ConID].UpdateDatFilePart(fileid, datoffset, 4, @i); | 
 
 
 
 
 
 
 
 
 
 | 561 | 
 > | 
       rawinfo := ConManager.Connection[ConnectionID].GetRawInfo(fileid, datoffset); | 
 
 
 
 
 
 | 562 | 
 > | 
       if CR_ResizeRaw in ConManager.Connection[ConnectionID].ChangeRights then | 
 
 
 
 
 
 | 563 | 
 > | 
         ConManager.Connection[ConnectionID].UpdateRawFile(fileid, datoffset, fs) | 
 
 
 
 
 
 | 564 | 
 > | 
       else if CR_AppendRaw in ConManager.Connection[ConnectionID].ChangeRights then | 
 
 
 
 
 
 | 565 | 
 > | 
         i := ConManager.Connection[ConnectionID].AppendRawFile(rawinfo.LocSep, fs); | 
 
 
 
 
 
 | 566 | 
 > | 
         ConManager.Connection[ConnectionID].UpdateDatFilePart(fileid, datoffset, 4, @i); | 
 
 
 
 
 
 
 
 
 
 
 
 | 567 | 
   | 
     end else begin | 
 
 
 
 
 
 
 
 
 
 
 
 | 568 | 
 < | 
       ConManager.Connection[ConID].UpdateRawFile(fileid, datoffset, fs); | 
 
 
 
 
 
 
 
 
 
 | 568 | 
 > | 
       ConManager.Connection[ConnectionID].UpdateRawFile(fileid, datoffset, fs); | 
 
 
 
 
 
 
 
 
 
 
 
 | 569 | 
   | 
     end; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 570 | 
   | 
     fs.Seek(0, soFromBeginning); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 571 | 
   | 
     hex.LoadFromStream(fs); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 635 | 
   | 
 var | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 636 | 
   | 
 //  i:     Byte; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 637 | 
   | 
   Name:  String; | 
 
 
 
 
 
 
 
 
 
 
 
 | 638 | 
 < | 
   Value: LongWord; | 
 
 
 
 
 
 
 
 
 
 | 638 | 
 > | 
   Value: Integer; | 
 
 
 
 
 
 
 
 
 
 
 
 | 639 | 
   | 
 begin | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 640 | 
   | 
   Name := TMenuItem(Sender).Name; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 641 | 
   | 
   if Pos('asstring', Name) > 0 then | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 694 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 695 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 696 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 | 697 | 
 < | 
 procedure TForm_RawEdit.SetNewValue(datatype: Word; offset: LongWord; Value: String); | 
 
 
 
 
 
 
 
 
 
 | 697 | 
 > | 
 procedure TForm_RawEdit.SetNewValue(datatype: Word; offset: Integer; Value: String); | 
 
 
 
 
 
 
 
 
 
 
 
 | 698 | 
   | 
 var | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 699 | 
   | 
   Data: TByteData; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 700 | 
   | 
   value_int: LongWord; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 761 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 762 | 
   | 
 procedure TForm_RawEdit.value_viewerDblClick(Sender: TObject); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 763 | 
   | 
 var | 
 
 
 
 
 
 
 
 
 
 
 
 | 764 | 
 < | 
   offset:     LongWord; | 
 
 
 
 
 
 
 
 
 
 | 764 | 
 > | 
   offset:     Integer; | 
 
 
 
 
 
 
 
 
 
 
 
 | 765 | 
   | 
   datatype:   Word; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 766 | 
   | 
   objectname: String; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 767 | 
   | 
   Value:      String; |