company logo

BuiltinActions :: BrowseWriteFiles - Browse and select a single file for write

The action pops up with a file dialog for selecting a file from the file system. The intention of this dialog is using the file in write mode, i.e. one may also enter a file name, which does not yet exist. In this case, the file will not be created automatically but must be created by the application.

The result will be stored to the control, which is associated with the action. Typically, the action is associated with a single line edit control.

In order to evaluate data in a more sophisticated way, one may handle the doBeforeDataStore() event and return true in order to suppress further processing of the selected file name. The selected file name can be obtained from the control by calling text().

Return value:   - internal feature (not documented) ( logical  )

Implementation details

logical BuiltinActions  :: BrowseWriteFiles (  )