RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIconOptions.Create Constructor

Creates an instance of TIconOptions.

Pascal
constructor Create(AOwner: TCustomListView);
C++
__fastcall TIconOptions(TCustomListView AOwner);

Do not call Create directly in an application. The properties of TIconOptions are only valid when it is owned by a view object. The view instantiates a TIconOptions object to represent the arrangement properties of its icon views. 

After calling the inherited constructor, Create initializes 

Arrangement to iaTop. 

AutoArrange to false. 

WrapText to true. 

 

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