DK11 for Delphi | VCL.GisControlLegend.TGIS_ControlLegend.TapLong | Constructors | Methods | Properties | Events
Event handler of the long tap action.
Available also on: Delphi FMX.
// 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 );
Name | Type | Description |
---|---|---|
_button | TMouseButton | mouse button |
_shift | TShiftState | shift state |
_x | Single | X screen coordinate |
_y | Single | Y screen coordinate |