API:FMX.Forms3D.TForm3D.OnMouseDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMouseDown: TMouseEvent read FOnMouseDown write FOnMouseDown;

C++

__property OnMouseDown;

Properties

Type Visibility Source Unit Parent
event published
FMX.Forms3D.pas
FMX.Forms3D.hpp
FMX.Forms3D TForm3D

Description

Occurs when a mouse button is pressed over the form.

FMX.Forms3D.TForm3D.OnMouseDown inherits from FMX.Forms.TCommonCustomForm.OnMouseDown. All content below this line refers to FMX.Forms.TCommonCustomForm.OnMouseDown.

Occurs when a mouse button is pressed over the form.

OnMouseDown also occurs when MouseDown is called.

Write an event handler for OnMouseDown to specify what happens when one of the mouse buttons is pressed over the form.

See Also