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

TCustomFilterComboBox

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

A combobox to select filename filters

Declaration

Source position: filectrl.pp line 144

type TCustomFilterComboBox = class(TCustomComboBox) end;

protected

  procedure Select; override;

  

  procedure Notification(); override;

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  class procedure ConvertFilterToStrings();

  

  property Mask: string; [r]

  

  property ShellListView: TShellListView; [rw]

  

Allows to concect this control to a TShellListView

Inheritance

TCustomFilterComboBox

  

A combobox to select filename filters

|

TCustomComboBox

  

The base class for ComboBox components.

|

TWinControl

  

The base class for controls which can contain other (child) controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

The base class for LCL components associated with widgets.

|

TComponent

?

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.