Klasse TCustomFileListBox
Unit
FileCtrl
Deklaration
type TCustomFileListBox = class(TCustomListBox)
Beschreibung
no description available, TCustomListBox description follows
no description available, TWinControl description follows
no description available, TControl description follows
no description available, TLCLComponent description follows
Hierarchie
Übersicht
Methoden
Eigenschaften
 |
property Drive: Char Read FDrive Write SetDrive default ' '; |
 |
property Directory: String Read FDirectory Write SetDirectory; |
 |
property FileName: String Read FFileName Write SetFileName; |
 |
property FileType: TFileType Read FFileType Write SetFileType default [ftNormal]; |
 |
property Mask: String Read FMask Write SetMask stored MaskIsStored; |
 |
property OnChange: TNotifyEvent Read FOnChange Write FOnChange; |
 |
property Sorted default true; |
Beschreibung
Methoden
 |
constructor Create(TheOwner: TComponent); override; |
|
 |
destructor Destroy; override; |
|
 |
procedure UpdateFileList; virtual; |
|
Eigenschaften
 |
property Drive: Char Read FDrive Write SetDrive default ' '; |
|
 |
property Directory: String Read FDirectory Write SetDirectory; |
|
 |
property FileName: String Read FFileName Write SetFileName; |
|
 |
property FileType: TFileType Read FFileType Write SetFileType default [ftNormal]; |
|
 |
property Mask: String Read FMask Write SetMask stored MaskIsStored; |
|
 |
property OnChange: TNotifyEvent Read FOnChange Write FOnChange; |
|
 |
property Sorted default true; |
|
Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:57