ConversionTable Property (Read/Write)

Top  Previous  Next

Holds complete path (Path + filename + extension) to a user defined file with the conversion table between EBCDIC and ASCII. It's initialized with an empty string ('""). If the CodePage property is used, Conversion table's value returns to an empty string. File name and extension aren't defined.

 

Visual Basic Syntax

 

TnbXLPD.ConversionTable [= String]

 

Delphi Syntax

 

TnbXLPD.ConversionTable; [:= String]

 

 

Remarks

 

CodePage and ConversionTable properties are mutually exclusive. The default setting is CodePage "CP037/2".

 

Example

 

TnbXLPD.ConversionTable = "C:\MyFolder\MyFile.ebd"