| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Get the code page of a string
Source position: systemh.inc line 1230
| function StringCodePage( | 
| const S: RawByteString | 
| ):TSystemCodePage; overload; | 
| const S: UnicodeString | 
| ):TSystemCodePage; overload; | 
StringCodePage returns the code page of a string (S), regardless of the string type. It accesses the internal structures of the string to retrieve this information. For an empty string, DefaultSystemCodePage is returned.
| 
 | Current system codepage. | |
| 
 | Get the character size of a string. | |
| 
 | Get the reference count of a string | |
| 
 | Set the codepage of a string |