[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

  

TCustomComboBox - the base class from which TComboBox is derived

|

TWinControl

|

TControl

|

TLCLComponent

  

TLCLComponent - base class for LCL components

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent

|

TObject

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