I can not use this feature TextRect, you can pass me an example.
Adding to this example
in this twe sampler
The text reaches the edge, but does not continue on the next line
ARect1.Top:=250;
ARect1.Bottom:=100;
ARect1.left:=50;
ARect1.Right:=200;
MultilineTextRect(ARect1,'Test, test, test, test, test, test, test',True);
ARect2.Top:=250;
ARect2.Bottom:=100;
ARect2.left:=210;
ARect2.Right:=300;
TextRect(ARect2,'Test, test, test, test, test, test, test',paLeftJustify,true);
Thanks