[Overview][Constants][Classes][Procedures and functions][Index] Reference for unit 'StrExtra' (#Pkg)

WrapTextToStringList

WrapTextToStringList does a wordwrap at column Width of the string in S.

Declaration

Source position: strextra.pas line 147

function WrapTextToStringList(

  const S: string;

  const BreakChars: TSysCharSet;

  Width: Integer

):TStringList;

Description

It breaks the string only at characters which are in BreakChars.