Vcl.Samples.DirOutln.TDirectoryOutline.SetTextCase

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

Delphi

procedure SetTextCase(NewTextCase: TTextCase);

C++

void __fastcall SetTextCase(TTextCase NewTextCase);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.Samples.DirOutln.pas
Vcl.Samples.DirOutln.hpp
Vcl.Samples.DirOutln TDirectoryOutline

説明

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

SetTextCase は、TextCase プロパティの protected の書き込み実装です。

NewTextCase は、次のいずれかの値となります:tcLowerCasetcUpperCasetcAsIs

関連項目