FMX.Memo.TCustomMemo.SelectionFill

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

Delphi

property SelectionFill: TBrush read GetSelectionFill;

C++

__property Fmx::Graphics::TBrush* SelectionFill = {read=GetSelectionFill};

プロパティ

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


説明

メモ コントロール内で選択されているテキスト領域を描画するためのブラシを表します。

SelectionFill を使用すると、メモ コントロール内で選択されているテキスト領域のブラシ特性を変更できます。たとえば、選択されたテキスト領域の背景色を変更するには、以下のコードを使用します。

 Memo1.SelectionFill.Color := System.UIConsts.claCoral;

関連項目