JVCL Help:PadString
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: PadString function
[+] JvCsvParse.pas Functions
Search in JVCL Help
Search in all projectsSummary
Pad a string out to a fixed length.
Pascal
run\JvCsvParse.pas
functionPadString(constS: AnsiString; Len: Integer; PadChar: AnsiChar): AnsiString;
Parameters
Parameters | Description |
const S: AnsiString | The buffer. |
Len: Integer | The length desired. |
PadChar: AnsiChar | The character to pad with (usually a space) |
Description
Adds PadChar until buffer 's' is of length 'len'
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page