...
PairSplitter.Position, and this is working as expected:
...
I will try it this way.
Indeed, it occurs that in the code below, nothing happens when
Button2 is clicked.
pssReceivedHex is on the left side of the separator,
pssReceivedText is on the right.
So it seems that the left/top height/width of the TpairSplitter is (almost) the same as TPairSplitter.Position.
procedure TfrmMain.Button1Click(Sender: TObject);
begin
pssReceivedHex.Width := 600 ;
end;
procedure TfrmMain.Button2Click(Sender: TObject);
begin
pssReceivedText.Width := 333 ;
end;