Vcl.ComCtrls.TIconOptions.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TCustomListView);

C++

__fastcall TIconOptions(TCustomListView* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TIconOptions

Description

Creates an instance of TIconOptions.

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.

See Also