Vcl.Samples.DirOutln.TDirectoryOutline.OnExpand
Delphi
property OnExpand: EOutlineChange read FOnExpand write FOnExpand;
C++
__property OnExpand;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
event | published | Vcl.Samples.DirOutln.pas Vcl.Samples.DirOutln.hpp |
Vcl.Samples.DirOutln | TDirectoryOutline |
説明
アウトラインのノードが展開された直後に発生します。
Vcl.Samples.DirOutln.TDirectoryOutline.OnExpand は Vcl.Outline.TCustomOutline.OnExpand を継承しています。以下の内容はすべて Vcl.Outline.TCustomOutline.OnExpand を参照しています。
アウトラインのノードが展開された直後に発生します。
OnExpand イベントハンドラを書き込むと,アウトラインのノードが展開されたときに特殊な処理を実行できます。イベントハンドラは,展開された直後のノードの識別します。