[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return the type of byte in a null-terminated string for a multi-byte character set
Source position: sysstrh.inc line 232
function StrByteType( |
Str: PChar; |
Index: Cardinal |
StrByteType returns the type of byte in the null-terminated string Str at (0-based) position Index.
No checking on the index is performed.
|
Type of multi-byte character set. |
|
|
Return the type of byte in an ansistring for a multi-byte character set |