FMX.Types.IControl.GetCursor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCursor: TCursor;

C++

virtual System::Uitypes::TCursor __fastcall GetCursor() = 0 ;

Properties

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

Description

Getter function for the Cursor property.

Implement GetCursor to get the value of the Cursor property.

See Also