FMX.Forms.TForm.Cursor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Cursor: TCursor read FCursor write SetCursor default 0;

C++

__property Cursor = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TForm

Description

Specifies the mouse cursor that will be used on this form.

FMX.Forms.TForm.Cursor inherits from FMX.Forms.TCommonCustomForm.Cursor. All content below this line refers to FMX.Forms.TCommonCustomForm.Cursor.

Specifies the mouse cursor that will be used on this form.

See Also