Online Documentation for Advanced Data Import for RAD Studio VCL

TQImportFieldFormat.CharCase

 

TQImportFieldFormat                


 

type TQImportCharCase = (iccNone, iccUpper, iccLower, iccUpperFirst, iccUpperFirstWord);

 

property CharCase: TQImportCharCase;

 

Description

The CharCase property defines the character case of the field data. The following values are available:

 

iccNone

keep the original character case

iccUpper

set the whole string to upper case

iccLower

set the whole string to lower case

iccUpperFirst

set the first letter of the string to upper case

iccUpperFirstWord

set the first letter of each word to upper case

 

 


See also:

CharSet property