User Tools

Site Tools


api:dk11:delphi:vcl.giscontrollegend.tgis_controllegend.taplong_tmousebutton_tshiftstate_single_single

Table of Contents

TGIS_ControlLegend.TapLong method

DK11 for Delphi | VCL.GisControlLegend.TGIS_ControlLegend.TapLong | Constructors | Methods | Properties | Events

Event handler of the long tap action.

Available also on: Delphi FMX.

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 button
_shift TShiftState shift state
_x Single X screen coordinate
_y Single Y screen coordinate
2020/05/07 01:10

Page Tools