JVCL Help:JvEatWhitespaceChars@PAnsiChar

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Eat whitespace from a PChar buffer.

run\JvCsvParse.pas


Pascal

 run\JvCsvParse.pas
 procedureJvEatWhitespaceChars(S1: PAnsiChar); overload;
procedureJvEatWhitespaceChars(S1: PWideChar); overload;


Parameters

Parameters Description
S1: PAnsiChar The buffer to be stripped of whitespace

run\JvCsvParse.pas


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.

run\JvCsvParse.pas


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