Vcl.Forms.TScreen.CursorCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CursorCount: Integer read FCursorCount;

C++

__property int CursorCount = {read=FCursorCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TScreen

Description

The number of changes performed on Cursor.

Use CursorCount to obtain the number of changes made to the global cursor in the application.

See Also

Code Examples