User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layer.codepage

Table of Contents

ITGIS_Layer.CodePage property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.CodePage | Methods | Properties

Code Page in which text has been stored. If 0 then viewer (if attached) or system default code page will be used.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public Integer CodePage
{
  get {}
  set {}
}
' VisualBasic
Public Property CodePage As Integer
  Get
  End Get
  Set(ByVal value As Integer)
  End Set
End Property
// Oxygene
public
  property CodePage : Integer read read;

Value

Type
int
Integer
2022/11/16 01:09

Page Tools