Vcl.Forms.TScreen.CursorCount

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property CursorCount: Integer read FCursorCount;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TScreen


説明

Cursor で行われた変更の数。

CursorCount を使用すると、アプリケーションにおいてグローバル カーソルに対して行われた変更の数を取得することができます。

関連項目

コード サンプル