FMX.Types.IFMXCursorService.SetCursor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCursor(const ACursor: TCursor);

C++

virtual void __fastcall SetCursor(const System::Uitypes::TCursor ACursor) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IFMXCursorService

Description

In descendants, SetCursor implements functionality to set the mouse cursor (arrow, beam, cross, and so on) on the given FireMonkey form.

See Also