Interface IxomFileDialog
Unit
xomFileSystem
Declaration
type IxomFileDialog = interface(IInterface)
Description
Attributes
- IxomFileDialogGUID
Hierarchy
- IInterface
- IxomFileDialog
Overview
Methods
Description
Methods
 |
function GetComponent: TObject; |
|
|
 |
function GetDefaultExt: WideString; |
|
|
 |
procedure SetDefaultExt(const AValue: WideString); |
|
|
 |
function GetInitialDir: WideString; |
|
|
 |
procedure SetInitialDir(const AValue: WideString); |
|
|
 |
function GetFilter: WideString; |
|
|
 |
procedure SetFilter(const AValue: WideString); |
|
|
 |
function GetFilterIndex: Integer; |
|
|
 |
procedure SetFilterIndex(const AValue: Integer); |
|
|
 |
function GetFileName: WideString; |
|
|
 |
procedure SetFileName(const AValue: WideString); |
|
|
 |
function GetTitle: WideString; |
|
|
 |
procedure SetTitle(const AValue: WideString); |
|
|
 |
procedure SetOptions(const AValue: TOpenOptions); |
|
|
 |
function GetOptions: TOpenOptions; |
|
|
 |
procedure SetOnDestroy(const AValue: TNotifyEvent); |
|
|
 |
function GetOnDestroy: TNotifyEvent; |
|
|
 |
function Execute: Boolean; |
|
|
Generated by PasDoc 0.15.0.
|