[Overview][Constants][Types][Procedures and functions][Index] |
Converts all Tab characters in a string to the specified number of space characters.
Source position: lazstringutils.pas line 55
function TabsToSpaces( |
const s: string; |
TabWidth: Integer; |
UseUTF8: Boolean |
):string; |
s |
|
String with values updated in the routine. |
TabWidth |
|
Number of space characters to use for each Tab character. |
UseUTF8 |
|
True when UTF-8 codepoints are used to convert individual characters. |
String value after converting Tab characters to spaces.
Replaces all Tab characters (#9) in S with the specified number of space characters.
Version 4.0 | Generated 2025-05-03 | Home |