Icon TFieldCharCase

Unit: dbisamtb

TFieldCharCase = (fcNoChange,fcLowerCase,fcUpperCase)

This type is used to specify the automatic character-casing of a field in the TDBISAMFieldDef CharCase property.

Information This type only applies to string fields.


ElementDescription
fcLowerCaseIndicates that the field's data will be lower-cased automatically by DBISAM whenever any data is input.
fcNoChangeIndicates that the field data's character case will not be changed by DBISAM whenever any data is input.
fcUpperCaseIndicates that the field's data will be upper-cased automatically by DBISAM whenever any data is input.
Image