[Overview][Types][Classes][Procedures and functions][Index] |
Event handler signalled when a file is added to the Items in the control.
Source position: shellctrls.pas line 287
protected property TCustomShellListView.OnFileAdded : TCSLVFileAddedEvent |
OnFileAdded is a TCSLVFileAddedEvent property representing the event handler signalled when a file is added to the Items in the control. Applications must implement and assign an object procedure to the event handler to respond to the event notification. See TCSLVFileAddedEvent for information about the arguments passed to the event handler.
OnFileAdded is signalled (when assigned) from the PopulateWithRoot method after calling DoAddItem and OnAddItem, and after the list item has been added to the Items property.
|
Specifies an event handler signalled when an item is added to TCustomShellListView. |
|
|
Fills the list view with file system information for the directory in Root. |
|
|
Signals the OnAddItem event handler when an entry is added to the Items in the control. |
|
|
Event handler signalled to determine if the specified file information can be added to the Items for the list view. |
|
|
Collection of list items displayed on the list view control. |
Version 4.0 | Generated 2025-05-03 | Home |