FMX.Text.TTextService.HasMarkedText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasMarkedText: Boolean; virtual; abstract;

C++

virtual bool __fastcall HasMarkedText() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Text.pas
FMX.Text.hpp
FMX.Text TTextService

Description

Returns whether the selected text is found into the manipulated text.

If the marked text exists, HasMarkedText returns True, and False otherwise.

See Also