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

TFieldDef.CharSize

Character size

Declaration

Source position: db.pas line 192

public property TFieldDef.CharSize : Word
  read GetCharSize;

Description

CharSize is only relevant for for string fields: it indicates the number of bytes used to represent a single character. It is calculated from the TFieldDef.CodePage property and can have the following values:

See also

TFieldDef.CodePage

TFieldDef.Size

  

Size of the buffer needed to store the data of the field