Table of Contents
Enumerations #
This class exposes no enumerations.
Constants #
This class exposes no constants.
Events #
This class exposes no events.
Methods #
This class exposes no methods.
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
ActionButtonCaption | String | “” | Caption of the default button on the dialog. |
CancelButtonCaption | String | “” | Caption of the cancel button on the dialog. |
Filter | String | “” | File types filter to apply to dialog. |
Path | String | “” | Value is the path selected when Result = True. |
PromptText | String | “” | Text displaying prompting the user’s selection. |
Result | Boolean | False | Signifies whether the selection operation was completed. False will mean either an error occurred or the user cancelled the selection. |
SuggestedFileName | String | “” | File name that is suggested to be used. |
Tag | Variant | Nil | Developer storage. |
Title | String | “” | Title of the dialog. |