[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: msestrings.pas line 470
procedure wordatindex( |
const value: msestring; |
const index: Integer; |
out first: pmsechar; |
out pastlast: pmsechar; |
const delimchars: msestring; |
const nodelimstrings: array of msestring |
); overload; |
const value: msestring; |
const index: Integer; |
const delimchars: msestring; |
const nodelimstrings: array of msestring |
):msestring; overload; |