User Tools

Site Tools


api:dk11:delphi:fmx.gisviewerwnd.tgis_viewerwnd.taplong_tmousebutton_tshiftstate_single_single

Table of Contents

TGIS_ViewerWnd.TapLong method

DK for Delphi | FMX.GisViewerWnd.TGIS_ViewerWnd.TapLong | Constructors | Methods | Properties | Events

Call action equivalent to long tap (tap and keep tapped).

Syntax

// Delphi
protected
  procedure TapLong(
    _button : TMouseButton;
    _shift : TShiftState;
    _x : Single;
    _y : Single
  ); virtual;
// C++ Builder
protected:
  virtual void TapLong(
    TMouseButton* _button,
    TShiftState* _shift,
    float _x,
    float _y
  );

Parameters

Name Type Description
_button TMouseButton mouse buttons state
_shift TShiftState keyboard shift keys state
_x Single tap position in pixels relative to form
_y Single tap position in pixels relative to form
2025/01/31 01:06

Page Tools