API:Vcl.ComCtrls.TTreeView.OnExpanding

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

Delphi

property OnExpanding: TTVExpandingEvent read FOnExpanding write FOnExpanding;

C++

__property OnExpanding;

プロパティ

種類 可視性 ソース ユニット
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeView

説明

ノードが展開される直前に発生します。

Vcl.ComCtrls.TTreeView.OnExpanding は Vcl.ComCtrls.TCustomTreeView.OnExpanding を継承しています。以下の内容はすべて Vcl.ComCtrls.TCustomTreeView.OnExpanding を参照しています。

ノードが展開される直前に発生します。

OnExpanding イベント ハンドラを記述すると、ノードが展開可能かどうか決定することができます。AllowExpansion パラメータを False に設定すると、ノードの展開を抑制することができます。

OnExpanding は、Vcl.ComCtrls.TTVExpandingEvent 型のイベント ハンドラです。

関連項目