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

TStringField.Transliterate

Should the field value be transliterated when reading or writing

Declaration

Source position: db.pas line 507

public property TStringField.Transliterate : Boolean
  read FTransliterate
  write FTransliterate;

Description

Transliterate can be set to True if the field's contents should be transliterated prior to copying it from or to the field's buffer. Transliteration is done by a method of TDataset: TDataset.Translate.

See also

TDataset.Translate

  

Transliterate a buffer


Documentation generated on: May 14 2021