Vcl.FileCtrl.TTextCase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTextCase = (tcLowerCase, tcUpperCase);

C++

enum DECLSPEC_DENUM TTextCase : unsigned char { tcLowerCase, tcUpperCase };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl Vcl.FileCtrl

Description

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

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.