Wednesday, August 22, 2007
twoopenfiledlg
TWOLOpenFileDlg object
Unit: WOLGUI10.
Descendant of TWOLSysDialog. An open file dialog box.
Public Metods and Events:
constructor Create (AOwner: TWOLRoot); override;
destructor Destroy; override;
function Execute: Boolean; override;
Public properties and Events:
Files: TStrings (Only for Reading)
List of files that are on the disk.
OnFolderChange: TWOLEvent (For Reading and Writing)
Event that is trigered when the file folder changes.
OnSelectChange: TWOLEvent (For Reading and Writing)
Event that goes off when a file is selected.
OnTypeChange: TWOLEvent (For Reading and Writing)
Event that indicates the type of file has changed.
DefaultExt: string (For Reading and Writing)
Property that identifies the default extension.
FileName: string (For Reading and Writing)
Property that indicates the name of the last file.
Filter: string (For Reading and Writing)
a filter of extension of the file. Various filters always must be separated in the form description|mask
FilterIndex: TWOLSmallInt (For Reading and Writing)
Property that indicates the filter that is being used in a list of filters.
InitialDir: string (For Reading and Writing)
Property that indicates the initial folder which must be open.
Options: TWOLOFNDlgFlags (For Reading and Writing)
Flags that indicate the behavior of the dialog box.
Title: string (For Reading and Writing)
Property that indicates the text that will appear in the dialog box.
OnClose
OnShow
Unit: WOLGUI10.
Descendant of TWOLSysDialog. An open file dialog box.
Public Metods and Events:
constructor Create (AOwner: TWOLRoot); override;
destructor Destroy; override;
function Execute: Boolean; override;
Public properties and Events:
Files: TStrings (Only for Reading)
List of files that are on the disk.
OnFolderChange: TWOLEvent (For Reading and Writing)
Event that is trigered when the file folder changes.
OnSelectChange: TWOLEvent (For Reading and Writing)
Event that goes off when a file is selected.
OnTypeChange: TWOLEvent (For Reading and Writing)
Event that indicates the type of file has changed.
DefaultExt: string (For Reading and Writing)
Property that identifies the default extension.
FileName: string (For Reading and Writing)
Property that indicates the name of the last file.
Filter: string (For Reading and Writing)
a filter of extension of the file. Various filters always must be separated in the form description|mask
FilterIndex: TWOLSmallInt (For Reading and Writing)
Property that indicates the filter that is being used in a list of filters.
InitialDir: string (For Reading and Writing)
Property that indicates the initial folder which must be open.
Options: TWOLOFNDlgFlags (For Reading and Writing)
Flags that indicate the behavior of the dialog box.
Title: string (For Reading and Writing)
Property that indicates the text that will appear in the dialog box.
OnClose
OnShow