Talk:System.SysUtils.LastDelimiter

From RAD Studio API Documentation
Jump to: navigation, search

This line needs updating:

 "Returns the byte index of the last character that matches any character in a specified set of delimiters."

Byte index is incorrect -- LastDelimiter returns the UTF-16 character index.

This line should be removed or updated for Unicode:

 "When working with multi-byte character sets (MBCS), S may contain double-byte characters, but the delimiters listed in the Delimiters parameter must all be single-byte non-null characters."

Thank you for your input! Your suggestion has been added to our work queue. -- Denisa Tibeica