Links
EControl Syntax Editor SDK
TSyntMemoStrings.CharType Method

Returns representation of the use of a single byte in FText.

function CharType(Index: integer): TMbcsByteType;

Returns representation of the use of a single byte with Index position in FText. 

Possible values are as follows:

Values 
Meaning 
mbSingleByte 
The char is used to represent an entire character in the string. The value of Char can not be included in the LeadBytes set. 
mbLeadByte 
The char is used to represent the first byte of a multi-byte character. The value of Char must by included in the LeadBytes set. 
mbTrailByte 
The char is used to represent one of the trailing bytes in a multi-byte character. There are no a priori restrictions on the value of char. 
Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!