Vcl.Outline.TCustomOutline

提供:RAD Studio API Documentation

TCustomOutlineVcl.Grids.TCustomGridVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject

Delphi

TCustomOutline = class(TCustomGrid)

C++

class PASCALIMPLEMENTATION TCustomOutline : public Vcl::Grids::TCustomGrid

プロパティ

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

説明

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

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

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

関連項目