procedure TformMain.ImageEnViewPopupMenuAddItem(Sender: TObject; ToolbarID: Integer; ButtonID: Integer; var Include: Boolean);
begin
// Could not find a ButtonID for "Zoom to Selection"
end;
PeterPanino
Posted - Oct 10 2022 : 06:09:49 Is there a demo on how to add a command to the Selection Popup menu? I need to add "Zoom to Selection" below the "Crop to Selection" item.