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 cursors available to the application.

Use CursorCount to obtain or to modify the number of cursors available to the application.

CursorCount gives the current number of elements in the Cursors array.

See Also

Code Examples