Vcl.Forms.TScreen.CursorCount
Delphi
property CursorCount: Integer read FCursorCount;
C++
__property int CursorCount = {read=FCursorCount, nodefault};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TScreen |
説明
アプリケーションで利用可能なカーソルの数。
アプリケーションで利用可能なカーソルの数を取得したり変更するには、CursorCount を使用します。
CursorCount は、Cursors 配列の現在の要素数を表します。