Vcl.Samples.DirOutln.TDirectoryOutline.Create

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TDirectoryOutline(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TDirectoryOutline(HWND ParentWindow) : Vcl::Outline::TCustomOutline(ParentWindow) { }

プロパティ

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

説明

Create メソッドは TCustomOutline のインスタンスを破棄します。

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

Create メソッドは TCustomOutline のインスタンスを破棄します。

Create を呼び出すと,実行時に TCustomOutline オブジェクトをインスタンス化できます。設計時にフォーム上に置かれたアウトラインが自動的に作成されます。

Create メソッドは,アウトラインオブジェクトを初期化して,次の設定に加えて,一部の内部プロパティの値も設定します。

Color を clWindow に,ParentColor を false に

Height を 97 に,Width を 121 に

ItemSeparator を「\」に

Options を [ooDrawTreeRoot, ooDrawFocusRect] に

OutlineStyle を osTreePictureText に

関連項目