[Overview][Constants][Classes][Procedures and functions][Index] |
WrapTextToString does a wordwrap at column Width of the string in S.
Source position: strextra.pas line 136
function WrapTextToString( |
const S: string; |
const BreakChars: TSysCharSet; |
Width: Integer; |
const BreakStr: string |
):string; |
It breaks the string only at characters which are in BreakChars and inserts then the string BreakStr.