Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
PeterPanino
Posted - Oct 29 2022 : 17:36:27 Since TImageEnView doesn't have a SelectAll method, I am forced to use this code:
procedure TformMain.mSelectAllClick(Sender: TObject);
begin
with ImageEnView1 do
begin
SelectionBase := iesbBitmap;
Select(0, 0, IEBitmap.Width, IEBitmap.Height);
MouseInteractGeneral := [miSelect];
end;
end;
It selects the whole image. However, the selection handles cannot be used to reduce the selection size with the mouse.
1 L A T E S T R E P L I E S (Newest First)
xequte
Posted - Oct 30 2022 : 18:01:10 Sorry, that is a bug in the current beta. You can email me for an update.