[Overview][Types][Classes][Procedures and functions][Index] |
Creates the handle for the control and populates the Items property.
Source position: shellctrls.pas line 280
protected procedure TCustomShellListView.CreateHandle; override; |
CreateHandle is an overridden method in TCustomShellListView. It calls the inherited method on entry to allocate the handle for the windowed control with creation parameters and window flags as needed. An internal flag is checked to determine if the control is waiting for handle creation to finish loading the values in Items. When set, PopulateWithRoot is called to load the file system entries in Items and the flag is cleared.
CreateHandle is called from methods in the ancestor class when HandleNeeded is called for the class instance or its Parent.
|
Collection of list items displayed on the list view control. |
|
|
Fills the list view with file system information for the directory in Root. |
|
|
Indicates the initial directory path whose objects are displayed in the control. |
|
|
Creates the Handle for the widget, if not already created. |
|
|
Call this method when your code requires a valid Handle for this control. |
|
|
Checks whether a handle for the widget has been allocated for the control. |
Version 4.0 | Generated 2025-05-03 | Home |