|
RAD Studio VCL Reference
|
Creates an instance of TIconOptions.
constructor Create(AOwner: TCustomListView);
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|