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