OpenFileDialog

Members

Functions

openFile
Stream openFile()

Properties

multiselect
bool multiselect [@property setter]
bool multiselect [@property getter]
readOnlyChecked
bool readOnlyChecked [@property setter]
bool readOnlyChecked [@property getter]
showReadOnly
bool showReadOnly [@property setter]
bool showReadOnly [@property getter]

Inherited Members

From FileDialog

checkFileExists
bool checkFileExists [@property setter]
bool checkFileExists [@property getter]
checkPathExists
bool checkPathExists [@property setter]
bool checkPathExists [@property getter]
defaultExt
Dstring defaultExt [@property setter]
Dstring defaultExt [@property getter]
dereferenceLinks
bool dereferenceLinks [@property setter]
bool dereferenceLinks [@property getter]
fileName
Dstring fileName [@property setter]
Dstring fileName [@property getter]
fileNames
Dstring[] fileNames [@property getter]
filter
Dstring filter [@property setter]
Dstring filter [@property getter]
filterIndex
int filterIndex [@property setter]
int filterIndex [@property getter]
initialDirectory
Dstring initialDirectory [@property setter]
Dstring initialDirectory [@property getter]
inst
HINSTANCE inst [@property setter]
HINSTANCE inst [@property getter]
options
DWORD options [@property getter]
restoreDirectory
bool restoreDirectory [@property setter]
bool restoreDirectory [@property getter]
showHelp
bool showHelp [@property setter]
bool showHelp [@property getter]
title
Dstring title [@property setter]
Dstring title [@property getter]
validateNames
bool validateNames [@property setter]
bool validateNames [@property getter]
fileOk
Event!(FileDialog, CancelEventArgs) fileOk;
onFileOk
void onFileOk(CancelEventArgs ea)

Meta