Vcl.FileCtrl.TDriveComboBox.TextCase

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property TextCase: TTextCase read FTextCase write SetTextCase default tcLowerCase;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl TDriveComboBox

説明

Text プロパティのボリューム名が大文字と小文字のどちらで表示されるかを決めます。

TextCase プロパティには,Text プロパティの値となるドライブ名に大文字と小文字のどちらを使用するかを指定します。

メモ:  TextCase プロパティに対する設計時の変更はアプリケーションが実行されるまで表示されません。

関連項目