![]() |
(SST) ShlWAPIFunctionInfo Version 1.0 |
---|---|
Developer Reference |
Data type used to discern between single- and multi-byte character sets. |
Scope |
---|
Global (i.e. variables of this type can be declared in any unit that uses/includes the unit in which it is defined/declared). |
Syntax |
---|
TYPE TSSTCharSetType = (csTypeNone, csTypeANSI, csTypeWCHAR); |
Values | |
---|---|
csTypeNone (= ordinal value 0) | The character set is undefined or unknown. |
csTypeANSI (= ordinal value 1) | The character set is a single-byte, ANSI character set. |
csTypeWCHAR (= ordinal value 2) | The character set is a wide character (Unicode) character set. |
Values |
---|
A variable of this type can take on a byte value of 0, 1, or 2. |
Remarks |
---|
This record/structure simplifies distinugishing between single and mult-byte character set data, by providing a type with which such data can be tagged, thereby reducing the necessity of repeatedly re-identifying it. |
Requirements | |
---|---|
Unit | (Declared and implemented in) SSTNewUnit.pas |
Library | SSTNewUnit.dcu/SSTNewUnit.obj |
See Also | |
---|---|
SSTNewUnit TSSTAdvancedListView.GetNextNewFunctionName. | |
Windows APIs: GetLastError, SetLastError |
Document/Contents version 1.00 Page/URI last updated on April 30, 2022 |
Copyright © Stoelzel Software Technologie (SST) 2010 - 2017 |
Suggestions and comments mail to: webmaster@stoelzelsoftwaretech.com |