[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Should the contents of the field be transliterated
Source position: db.pas line 906
public property TBlobField.Transliterate : Boolean |
Transliterate indicates whether the contents of the field should be transliterated (i.e. changed from OEM to non OEM codepage and vice versa) when reading or writing the value. The actual transliteration must be done in the TDataset.Translate method of the dataset to which the field belongs. By default this property is False, but it can be set to True for BLOB data which contains text in another codepage.
|
Should the field value be transliterated when reading or writing |
|
|
Transliterate a buffer |