[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'FileCtrl' (#lcl)

TCustomFilterComboBox.ShellListView

Connects the control to a TShellListView instance.

Declaration

Source position: filectrl.pp line 166

public property TCustomFilterComboBox.ShellListView : TShellListView
  read FShellListView
  write SetShellListView;

Description

ShellListView is a TShellListView property which contains an optional list view control connected to the combo-box control. The files shown in the TShellListView will be limited to the Mask (or selected Filter) in the control.

When a shell list view control is assigned to the property, the value in Mask is copied into the Mask property for the list view control. The list view is added to the free notification list for the combo-box. ShellListView is updated (when assigned) in the Select method to use the current value in the Mask property.

See also

TCustomFilterComboBox.Mask

  

File mask for the selected filter in the control.

TCustomFilterComboBox.Select

  

Performs actions needed when the selected item (ItemIndex) has been changed.

TShellListView

  

Implements a list view control to display the files, directories and other objects (such as devices) on the local file system.


Version 3.2 Generated 2024-02-25 Home