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
};

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!