Vcl.Forms.TScreen.CursorCount
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