[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: shellctrls.pas line 290
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.
|
Controls which file system objects are visible on the list view control. |
|
|
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.). |
Version 4.0 | Generated 2025-05-03 | Home |