[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LCLProc' (#lcl)

SwapCase

Toggles the case of all ASCII characters in an string.

Declaration

Source position: lclproc.pas line 314

function SwapCase(

  const S: string

):string;