| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Pad the string on the right with an indicated character
Source position: syshelph.inc line 124
| public function TStringHelper.PadRight( | 
| ATotalWidth: Integer | 
| ):string; overload; | 
| ATotalWidth: Integer; | 
| PaddingChar: Char | 
| ):string; overload; | 
PadLeft pads the string (Self) on the right (i.e. at the end) till it reaches length ATotalWidth with character PaddingChar. If PaddingChar is omitted, a space is used.
| 
 | Pad the string on the left with an indicated character |