System.Markdown.Styles.TTableStyle.MinWrapSize
Prototype
property MinWrapSize: TPercent read FMinWrapSize write SetMinWrapSize default DefaultMinWrapSize;
Description
Specifies the minimum text size to avoid word wrapping.
This property is a percentage of the table width if there were no word wrapping. This is especially useful for numeric columns that might otherwise have their value wrapped around thousands or decimal separators.
See also