[archived content]

module dfl.filedialog;
public class FileDialog: CommonDialog
{
public bool checkFileExists; [property setter]
public bool checkFileExists; [property getter]
public final bool checkPathExists; [property getter]
public final bool checkPathExists; [property setter]
public final char[] defaultExt; [property setter]
public final char[] defaultExt; [property getter]
public final bool dereferenceLinks; [property setter]
public final bool dereferenceLinks; [property getter]
public final char[] fileName; [property setter]
public final char[] fileName; [property getter]
public final char[][] fileNames; [property getter]
public Event fileOk(FileDialog,CancelEventArgs);
public final char[] filter; [property getter]
public final char[] filter; [property setter]
public final int filterIndex; [property setter]
public final int filterIndex; [property getter]
protected LRESULT hookProc(HWND hwnd,UINT msg,WPARAM wparam,LPARAM lparam);
public final char[] initialDirectory; [property getter]
public final char[] initialDirectory; [property setter]
protected HINSTANCE inst; [property setter]
protected HINSTANCE inst; [property getter]
protected void onFileOk(CancelEventArgs ea);
protected DWORD options; [property getter]
public void reset();
public final bool restoreDirectory; [property setter]
public final bool restoreDirectory; [property getter]
protected bool runDialog(HWND owner);
public DialogResult showDialog(IWindow owner);
public DialogResult showDialog();
public final bool showHelp; [property getter]
public final bool showHelp; [property setter]
public final char[] title; [property setter]
public final char[] title; [property getter]
public final bool validateNames; [property setter]
public final bool validateNames; [property getter]
[+] Inherited members
}
public class OpenFileDialog: FileDialog
{
public final bool multiselect; [property getter]
public final bool multiselect; [property setter]
public final bool readOnlyChecked; [property setter]
public final bool readOnlyChecked; [property getter]
public void reset();
protected bool runDialog(HWND owner);
public final bool showReadOnly; [property setter]
public final bool showReadOnly; [property getter]
[+] Inherited members
}
public class SaveFileDialog: FileDialog
{
public final bool createPrompt; [property getter]
public final bool createPrompt; [property setter]
public final bool overwritePrompt; [property getter]
public final bool overwritePrompt; [property setter]
public void reset();
protected bool runDialog(HWND owner);
[+] Inherited members
}

Page last modified on May 18, 2005, at 02:49 PM