FMX.Types.IControl.Cursor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Cursor: TCursor read GetCursor;

C++

__property System::Uitypes::TCursor Cursor = {read=GetCursor};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IControl

Description

Specifies the image used to represent the mouse pointer when it passes into the region covered by the control.

Change the value of Cursor to provide feedback to the user when the mouse pointer enters the control. For a list of cursor constants, see System.UITypes Constants. The image representations of the cursor depend on the theme active on the current platform.

Implement GetCursor to get the value of the Cursor property.

See Also