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

TCustomFilterComboBox

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

Declaration

Source position: filectrl.pp line 142

type TCustomFilterComboBox = class(TCustomComboBox)

protected

  procedure Select; override;

public

  constructor Create(); override;

  destructor Destroy; override;

public

  class procedure ConvertFilterToStrings();

public

  property Mask: String; [r]

  property ShellListView: TShellListView; [rw]

end;

Inheritance

TCustomFilterComboBox

|

TCustomComboBox

?

TObject