Klasse TFileDialog

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TFileDialog = class(TCommonDialog)

Beschreibung

no description available, TCommonDialog description follows
no description available, TLCLComponent description follows

Hierarchie

Übersicht

Methoden

Public constructor Create(TheOwner: TComponent); override;
Public destructor Destroy; override;
Public function Execute: boolean; override;

Eigenschaften

Public property Files: TStrings read FFiles;
Public property HistoryList: TStrings read FHistoryList write SetHistoryList;
Published property Title;
Published property DefaultExt: string read FDefaultExt write SetDefaultExt;
Published property FileName: String read FFileName write SetFileName;
Published property Filter: String read FFilter write SetFilter;
Published property FilterIndex: Integer read FFilterIndex write FFilterIndex default 1;
Published property InitialDir: string read FInitialDir write FInitialDir;
Published property OnHelpClicked: TNotifyEvent read FOnHelpClicked write FOnHelpClicked;

Beschreibung

Methoden

Public constructor Create(TheOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public function Execute: boolean; override;
 

Eigenschaften

Public property Files: TStrings read FFiles;
 
Public property HistoryList: TStrings read FHistoryList write SetHistoryList;
 
Published property Title;
 
Published property DefaultExt: string read FDefaultExt write SetDefaultExt;
 
Published property FileName: String read FFileName write SetFileName;
 
Published property Filter: String read FFilter write SetFilter;
 
Published property FilterIndex: Integer read FFilterIndex write FFilterIndex default 1;
 
Published property InitialDir: string read FInitialDir write FInitialDir;
 
Published property OnHelpClicked: TNotifyEvent read FOnHelpClicked write FOnHelpClicked;
 

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