RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
FileCtrl.TTextCase Enumeration

TTextCase indicates the case of the volume name or drive letter that appears in a dialog box.

Pascal
TTextCase = (
  tcLowerCase,
  tcUpperCase
);
C++
enum TTextCase {
  tcLowerCase,
  tcUpperCase
};

FileCtrl

TTextCase can have one of the following values:

Value 
Meaning 
tcLowerCase  
The volume name is displayed in lowercase letters.  
tcUpperCase  
The volume name is displayed in uppercase letters.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!