Vcl.FileCtrl.TDriveComboBox.TextCase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TextCase: TTextCase read FTextCase write SetTextCase default tcLowerCase;

C++

__property TTextCase TextCase = {read=FTextCase, write=SetTextCase, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl TDriveComboBox

Description

Determines if the volume name in the Text property appears in uppercase or lowercase.

Set TextCase to the case that should be used to represent the drive letter that is the value of the Text property.

Note: Changes made to the TextCase property at design time don't appear until the application runs.

See Also