FMX.Memo.Style.TStyledMemo.LongTap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LongTap(const X, Y: Single);

C++

void __fastcall LongTap(const float X, const float Y);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Memo.Style.pas
FMX.Memo.Style.hpp
FMX.Memo.Style TStyledMemo

Description

Long tap touch event procedure.

LongTap is the procedure for the long tap touch event.

See Also