fileDialogDelegate

It is possible to override or customize the file dialog in some cases. These members provide those hooks: you do fileDialogDelegate = new YourSubclassOf_FileDialogDelegate; and you can do your own thing.

This is a customization hook and you should not call methods on this class directly. Use the public functions getOpenFileName and getSaveFileName, or make an automatic dialog with FileName instead.

  1. FileDialogDelegate fileDialogDelegate()
  2. void fileDialogDelegate(FileDialogDelegate replacement)
    void
    fileDialogDelegate

Meta

History

Added January 1, 2025