RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomOutline.Create Constructor

Creates an instance of TCustomOutline.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TCustomOutline(TComponent * AOwner);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!