CodePage Property (Read/Write) |
Top Previous Next |
Specifies the internal ASCII-EBCDIC conversion table.
Visual Basic Syntax
TNBnnnn.CodePage [= Integer]
Delphi Syntax
TNBnnnn.CodePage [:= Integer];
Remarks
It can take any of the Code Pages constant values:
Default value is cpUnitedStates.
See also ConversionTable property and Code Pages constants.
|