| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Returns S with all characters changed to lowercase except those following a space or an underscore wich are changed to uppercase.
Source position: upasconf.pas line 863
| function Capitalize( | 
| const S: string | 
| ):string; |