API:Vcl.Samples.DirOutln.TDirectoryOutline

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

Vcl.Outline.TCustomOutlineVcl.Grids.TCustomGridVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentTDirectoryOutline

Delphi

TDirectoryOutline = class(TCustomOutline)

C++

class PASCALIMPLEMENTATION TDirectoryOutline : public Vcl::Outline::TCustomOutline

プロパティ

種類 可視性 ソース ユニット
class public
Vcl.Samples.DirOutln.pas
Vcl.Samples.DirOutln.hpp
Vcl.Samples.DirOutln Vcl.Samples.DirOutln

説明

TCustomOutline は,アウトラインノード(TOutlineNode オブジェクト)を表示するコントロール用の基本クラスです。

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

TCustomOutline は,アウトラインノード(TOutlineNode オブジェクト)を表示するコントロール用の基本クラスです。

TCustomOutline は,アウトラインノードを 2 次元レイアウトで表示するコントロールを定義するときに基本クラスとして使用します。TCustomOutline は,アウトラインノードの外観とレイアウトを制御する機能,アウトラインツリーの枝の展開や折りたたみを実行する機能など,アウトラインノードの継承を管理する諸機能を導入します。

TCustomOutline のインスタンスは作成しないでください。アウトラインコントロールをフォームに追加するには,TOutline オブジェクトを使用します。このオブジェクトは,TCustomOutline または(同じ処理を実行する Windows コントロールをラップする)TTreeView の多数のプロパティ,イベント,メソッドをパブリッシュにします。

関連項目