CodePage Property (Read/Write) |
Top Previous Next |
Holds the code page that will be used to translate ASCII/EBCDIC. It's initialized with "CP037/2" witch is the code page for U.S.A.
Visual Basic Syntax
TnbXLPD.CodePage [= String]
Delphi Syntax
TnbXLPD.CodePage [:= String];
Remarks
CodePage and ConversionTable properties are mutually exclusive. The default setting is CodePage "CP037/2".
Examples
TnbXLPD.CodePage = "United Kingdom [CP1146]"
or
TnbXLPD.CodePage = "1146"
or
TnbXLPD.CodePage = "CP1146"
|