Internet Direct (Indy) Version 9.0.1 Beta
|
function Fetch(var AInput: string; const ADelim: string; const ADelete: Boolean): string;
ADelim may contain a single character, a sequence of characters, or the value CHAR0 (Null string).
Fetch can optionally delete the parsed value from AInput when ADelete is True. When ADelete is True, both the parsed value and the delimiter character(s) are removed from the input string AInput.