Vcl.Samples.DirOutln.TTextCase

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

Delphi

TTextCase = (tcLowerCase, tcUpperCase, tcAsIs);

C++

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

プロパティ

種類 可視性 ソース ユニット
enum public
Vcl.Samples.DirOutln.pas
Vcl.Samples.DirOutln.hpp
Vcl.Samples.DirOutln Vcl.Samples.DirOutln

説明

TDirectoryOutline 内のディレクトリ ラベルが大文字/小文字のどちらであるかを指定します。

TTextCase を使用すると、アウトライン内のディレクトリ名がどう表示されるかを指定できます。


TTextCase は以下の値で構成されます。

意味

tcLowerCase

テキストは小文字です。

tcUpperCase

テキストは大文字です。

tcAsIs

テキストの文字の大小は元のままです。


関連項目