Vcl.Samples.DirOutln.TDirectoryOutline.Create

From RAD Studio API Documentation
Jump to: navigation, search

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) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.Samples.DirOutln.pas
Vcl.Samples.DirOutln.hpp
Vcl.Samples.DirOutln TDirectoryOutline

Description

Creates an instance of TCustomOutline.

Vcl.Samples.DirOutln.TDirectoryOutline.Create inherits from Vcl.Outline.TCustomOutline.Create. All content below this line refers to Vcl.Outline.TCustomOutline.Create.

Creates an instance of TCustomOutline.

Call Create to instantiate a TCustomOutline object at runtime. Outlines placed on forms at design time are created automatically.

Create initializes the outline object, setting the values of some internal properties, as well as setting

Color to clWindow and ParentColor to false.

Height to 97 and Width to 121.

ItemSeparator to '\'.

Options to [ooDrawTreeRoot, ooDrawFocusRect].

OutlineStyle to osTreePictureText.

See Also