Vcl.ComCtrls.TCustomTreeView.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 TCustomTreeView

説明

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