User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwndevents.onmousedown_wordbool_tmousebutton_tshiftstate_integer_integer

Table of Contents

ITGIS_ViewerWndEvents.OnMouseDown method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWndEvents.OnMouseDown | Methods

Standard VCL event. See platform documentation.

Available also on: Delphi FMX.

Syntax

// C#
public void OnMouseDown(
  ref WordBool Translated,
  TMouseButton Button,
  TShiftStat Shift,
  int X,
  int Y
);
' VisualBasic
Public Sub OnMouseDown(
  ByRef Translated As WordBool,
  ByVal Button As TMouseButton,
  ByVal Shift As TShiftStat,
  ByVal X As Integer,
  ByVal Y As Integer
)
// Oxygene
public
  procedure OnMouseDown(
    var Translated : WordBool;
    Button : TMouseButton;
    Shift : TShiftState;
    X : Integer;
    Y : Integer
  );

Parameters

Name Type Description
Translated WordBool
Button TMouseButton
Shift TShiftStat
TShiftState
X int
Integer
Y int
Integer
2020/05/22 01:05

Page Tools