TTextCase indicates the case of the volume name or drive letter that appears in a dialog box.
TTextCase = ( tcLowerCase, tcUpperCase );
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!
|