Am 09.12.2021 um 16:19 schrieb Bo Berglund via lazarus:
How can I use this?

Very easy: just load the file

procedure TForm1.FormCreate(Sender: TObject);
begin
  hex := TMpHexEditor.Create(self);
  hex.Parent := self;
  hex.Align := alClient;
  hex.LoadFromFile('Project1.exe');
end;

--
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to