API:Vcl.ComCtrls.TTreeView

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

Vcl.ComCtrls.TCustomTreeViewVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTTreeView

Delphi

TTreeView = class(TCustomTreeView)

C++

class PASCALIMPLEMENTATION TTreeView : public TCustomTreeView

プロパティ

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

説明

TCustomTreeView は、TTreeView など、ツリービュー コンポーネントの基底クラスです。

Vcl.ComCtrls.TTreeView は Vcl.ComCtrls.TCustomTreeView を継承しています。以下の内容はすべて Vcl.ComCtrls.TCustomTreeView を参照しています。


TCustomTreeView は、TTreeView など、ツリービュー コンポーネントの基底クラスです。

TCustomTreeView は、展開/折りたたみ可能なノードを持つ階層構造で情報を表すコントロールを定義する際、基底クラスとして使用します。 TCustomTreeView で定義されているプロパティのほとんどは protected になっており、自分のツリー ビュー コンポーネントで、それらを公開するかどうかを選択できます。

TCustomTreeView のインスタンスは作成しないでください。 TTreeView の反応下位クラスを使用するか、自分で下位クラスを作成します。

関連項目