Vcl.ActnMenus.TCustomActionMenuBar.FMousePos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FMousePos: TPoint;

C++

System::Types::TPoint FMousePos;

Properties

Type Visibility Source Unit Parent
field protected
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMenuBar

Description

Keeps the current position of the mouse cursor.

FMousePos is internally used to keep the current position of the mouse cursor.

See Also