Vcl.Outline.TCustomOutline.OnExpand

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

Delphi

property OnExpand: EOutlineChange read FOnExpand write FOnExpand;

C++

__property EOutlineChange OnExpand = {read=FOnExpand, write=FOnExpand};

プロパティ

種類 可視性 ソース ユニット
event protected
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TCustomOutline

説明

アウトラインのノードが展開された直後に発生します。

OnExpand イベントハンドラを書き込むと,アウトラインのノードが展開されたときに特殊な処理を実行できます。イベントハンドラは,展開された直後のノードの識別します。

関連項目