[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A combobox to select filename filters
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 |
|
A combobox to select filename filters |
|
| | ||
|
The base class for ComboBox components. |
|
| | ||
|
The base class for controls which can contain other (child) controls. |
|
| | ||
|
The base class for visible controls. |
|
| | ||
|
The base class for LCL components associated with widgets. |
|
| | ||
TComponent |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |