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

Contract

Returns Str with all suites of spaces changed to a single space.

Declaration

Source position: upasconf.pas line 873

function Contract(

  const S: string;

  Blanks: TSysCharSet = [' ', #9];

  By: Char = ' '

):string;