Delphi
property Cursor default crDefault;
C++
__property Cursor = {default=0};
Properties
| Type |
Visibility |
Source |
Unit |
Parent |
| property |
published |
FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms |
TForm |
Description
Cursor specifies the mouse cursor that will be used on this form.
See Also