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

Capitalize

Returns S with all characters changed to lowercase except those following a space or an underscore wich are changed to uppercase.

Declaration

Source position: upasconf.pas line 863

function Capitalize(

  const S: string

):string;