TTextShape.ClipText
TTextShape
property ClipText: Boolean;
Unit
TeeTools
Description
Default is True.
When True, and when the shape Width and Height size values are smaller than the size of the text to display, text will be limited inside the shape rectangle.
ie: Text outside the shape rectangle will not be displayed (it will be clipped), when ClipText is True.
See also: Text, TextAlignment and AutoSize properties.