[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: filectrl.pp line 49
type TCustomFileListBox = class(TCustomListBox) |
||
protected |
||
procedure DoChangeFile; virtual; |
|
|
procedure Click; override; |
|
|
procedure Loaded; override; |
|
|
function IndexOfFile(); |
|
|
procedure KeyUp(); override; |
|
|
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
procedure UpdateFileList; virtual; |
|
|
property Drive: Char; [rw] |
|
|
property Directory: String; [rw] |
|
|
property FileName: String; [rw] |
|
|
|
||
property Mask: String; [rws] |
|
|
property OnChange: TNotifyEvent; [rw] |
|
|
property Sorted; |
|
|
end; |
|
||
| | ||
TCustomListBox |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |