Klasse TCustomFileListBox

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

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

Public constructor Create(TheOwner: TComponent); override;
Public destructor Destroy; override;
Public procedure UpdateFileList; virtual;

Eigenschaften

Public property Drive: Char Read FDrive Write SetDrive default ' ';
Public property Directory: String Read FDirectory Write SetDirectory;
Public property FileName: String Read FFileName Write SetFileName;
Public property FileType: TFileType Read FFileType Write SetFileType default [ftNormal];
Public property Mask: String Read FMask Write SetMask stored MaskIsStored;
Public property OnChange: TNotifyEvent Read FOnChange Write FOnChange;
Public property Sorted default true;

Beschreibung

Methoden

Public constructor Create(TheOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public procedure UpdateFileList; virtual;
 

Eigenschaften

Public property Drive: Char Read FDrive Write SetDrive default ' ';
 
Public property Directory: String Read FDirectory Write SetDirectory;
 
Public property FileName: String Read FFileName Write SetFileName;
 
Public property FileType: TFileType Read FFileType Write SetFileType default [ftNormal];
 
Public property Mask: String Read FMask Write SetMask stored MaskIsStored;
 
Public property OnChange: TNotifyEvent Read FOnChange Write FOnChange;
 
Public property Sorted default true;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:57