Vcl.Forms.TScreen.CursorCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property CursorCount: Integer read FCursorCount;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TScreen

Beschreibung

Ermittelt die Anzahl der Cursor, die für die Anwendung verfügbar sind.

Mit CursorCount ermitteln oder ändern Sie die Anzahl der Cursor, die für die Anwendung verfügbar sind.

CursorCount gibt die aktuelle Anzahl der Elemente im Array Cursors zurück.

Siehe auch

Codebeispiele