FMX.Memo.TCustomMemoModel.HasSelection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasSelection: Boolean;

C++

bool __fastcall HasSelection();

Properties

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

Description

Returns whether the memo control has a selected text.

See Also