FMX.Memo.TCustomMemo.SelectionFill
Delphi
property SelectionFill: TBrush read GetSelectionFill;
C++
__property Fmx::Graphics::TBrush* SelectionFill = {read=GetSelectionFill};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Memo.pas FMX.Memo.hpp |
FMX.Memo | TCustomMemo |
Description
Represents the brush to draw the selected text region in the memo control.
Use SelectionFill to change the brush characteristics for the selected text region in the memo control. For example, to change the background color of the selected text region, use:
Memo1.SelectionFill.Color := System.UIConsts.claCoral;