Vcl.Samples.DirOutln.TDirectoryOutline.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.Samples.DirOutln.pas
Vcl.Samples.DirOutln.hpp
Vcl.Samples.DirOutln TDirectoryOutline

説明

ディレクトリ ラベルに対して大文字/小文字を指定します。

TextCase を使用して、ディレクトリのラベルの大文字/小文字を取得または設定します。

TextCase に設定可能なのは次の 3 つの値です: tcLowerCasetcUpperCasetcAsIs

関連項目