[Overview][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the selected item (ItemIndex) has been changed.
Source position: filectrl.pp line 155
protected procedure TCustomFilterComboBox.Select; override; |
Select is an overridden method in TCustomFilterComboBox. It ensures that the value in Mask is also applied to the ShellListView control (when assigned). This forces the ShellListView to reload the list of matching files displayed in the control.
Select calls the inherited method to signal the OnSelect event handler (when assigned).
|
File mask for the selected filter in the control. |
|
|
Connects the control to a TShellListView instance. |
|
|
Handler invoked when an item is selected. |
Version 4.0 | Generated 2025-05-03 | Home |