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:

 

Constant Value

Meaning

cpAustralia = 037

Australian

cpBelgium = 037

Belgium

cpCanada = 037

Canada

cpCzechRepublic = 870

Czech Republic

cpDenmark = 277

Denmark

cpFinland = 278

Finland

cpFrance = 297

France

cpGermany = 273

Germany

cpGreece = 423

Greece

cpGreece2 = 875

Greece

cpItaly = 280

Italy

cpLatinAmerica = 284

Latin America

cpNetherlands = 037

Netherlands

cpNorway = 277

Norway

cpPoland = 870

Poland

cpPortugal = 037

Portugal

cpSpain = 284

Spain

spSweden = 278

Sweden

cpSwitzerlandFrench = 500

Switzerland (French)

cpSwitzerlandGerman = 500

Switzerland (German)

cpUnitedKingdom = 285

United Kingdom

cpUnitedStates = 037

United States

cpInternational = 500

International

 

Default value is cpUnitedStates.

 

See also ConversionTable property and Code Pages constants.