FMX.Memo.TCustomMemoModel.SelectionFill

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SelectionFill: TBrush read FSelectionFill write SetSelectionFill;

C++

__property Fmx::Graphics::TBrush* SelectionFill = {read=FSelectionFill, write=SetSelectionFill};

Properties

Type Visibility Source Unit Parent
property public
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TCustomMemoModel

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.

See Also