Constructor for the class instance.
Source position: shellctrls.pas line 236
public constructor TCustomShellListView.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner for the class instance. |
Create is the overridden constructor for the class instance. Create calls the inherited method using AOwner as the owner of the class instance. Create sets the default values for properties in the class instance, including:
Create calls the Resize method to adjust the widths for the Columns defined in the method.
|
Indicates which objects are visible in the control (files and/or directories, hidden files, etc.). |
|
|
Sets the size for Columns in the list view. |
|
|
Sets one of ListView layouts: List (simple column), Report (few columns with full width), Icon (big icons), Small Icon (small icons, 16x16). |
|
|
Collection with the column definitions for the list view control (size, alignment, image index, etc.). |