Vcl.ComCtrls.TCustomListView.Reading

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

Delphi

property Reading: Boolean read FReading;

C++

__property bool Reading = {read=FReading, nodefault};

プロパティ

種類 可視性 ソース ユニット
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

説明

TCustomListView コントロールが読み込まれているかどうかを返します。 Reading プロパティは、Boolean フラグを返します。これは、TCustomListView コントロールが読み込まれている場合 True に、そうでなければ False に設定されています。