FMX.Memo.TCustomMemo.CharCase

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

Delphi

property CharCase: TEditCharCase read GetCharCase write SetCharCase;

C++

__property System::Uitypes::TEditCharCase CharCase = {read=GetCharCase, write=SetCharCase, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TCustomMemo


説明

メモ コントロール内のテキストの大文字/小文字を指定します。

CharCase|CharCase プロパティの値を変更すると、メモ コントロール内のテキストの大文字/小文字を変更できます。

選択肢は、ecNormalecUpperCaseecLowerCase です。

関連項目