Unit 'FileCtrl' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomFilterComboBox

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

Declaration

Source position: filectrl.pp line 147

type TCustomFilterComboBox = class(TCustomComboBox)

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]

  

end;

Inheritance

TCustomFilterComboBox

  

|

TCustomComboBox

  

The base class for combo-box components.

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio