JVCL Help:JvEatWhitespaceChars@PAnsiChar
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: JvEatWhitespaceChars procedure
[+] JvCsvParse.pas Functions
Search in JVCL Help
Search in all projectsSummary
Eat whitespace from a PChar buffer.
Pascal
run\JvCsvParse.pas
procedureJvEatWhitespaceChars(S1: PAnsiChar); overload;
procedureJvEatWhitespaceChars(S1: PWideChar); overload;
Parameters
Parameters | Description |
S1: PAnsiChar | The buffer to be stripped of whitespace |
Description
Deletes the leading whitespace by eating one character at a time from the buffer, until a non whitespace character is reached. Whitespace is either a Space or a Tab. Does NOT disturb any trailing whitespace.
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