Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TStringField.CodePage

Codepage of the field string data.

Declaration

Source position: db.pas line 533

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: Jul 24 2023