[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'DB' (#fcl)

TStringField.CodePage

Codepage of the field string data

Declaration

Source position: db.pas line 505

public property TStringField.CodePage : TSystemCodePage
  read FCodePage;

Description

CodePage is the code page of the string data in the field. It is determined when the field is initially created from the dataset's data, and cannot be changed while the dataset is active.

See also

TField.AsString

  

Access the field's contents as an AnsiString value.

TField.AsUnicodeString

  

Field contents as a UnicodeString

TField.AsAnsi8String

TFieldDef.CodePage

  

System code page for the values in string and wide string field types


Documentation generated on: May 14 2021