Codepage of the field string data.
Source position: db.pas line 539
public property TStringField.CodePage : TSystemCodePage |
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.
|
Access the field's contents as an AnsiString value. |
|
|
Field contents as a UnicodeString. |
|
TField.AsAnsi8String |
||
|
System code page for the values in string and wide string field types. |