API:Vcl.Samples.DirOutln.TDirectoryOutline.Expand

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

Delphi

procedure Expand(Index: Longint); override;

C++

DYNAMIC void __fastcall Expand(int Index);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.Samples.DirOutln.pas
Vcl.Samples.DirOutln.hpp
Vcl.Samples.DirOutln TDirectoryOutline

説明

OnExpand イベントを生成します。

Vcl.Samples.DirOutln.TDirectoryOutline.Expand は Vcl.Outline.TCustomOutline.Expand を継承しています。以下の内容はすべて Vcl.Outline.TCustomOutline.Expand を参照しています。

OnExpand イベントを生成します。

Expand メソッドは,アウトラインのノードが展開された後に自動的に呼び出されます。OnExpand イベントハンドラが割り付けられている場合にはそれを呼び出します。

Expand メソッドをオーバーライドすると,アウトラインのノードを展開した後に追加処理を提供できます。つまり,OnExpand イベントをブロックできます。

関連項目