JVCL Help:PadString

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

Search in JVCL Help

 
Search in all projects
 

Summary

Pad a string out to a fixed length.

run\JvCsvParse.pas


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)

run\JvCsvParse.pas


Description

Adds PadChar until buffer 's' is of length 'len'

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