Table of Contents
Enumerations #
This class exposes no enumerations.
Constants #
This class exposes no constants.
Events #
This class exposes no events.
Methods #
Name | Parameters | Return Type | Description |
---|---|---|---|
Count | None | Integer | Returns the count of files in the SelectedFiles array. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
ActionButtonCaption | String | “” | Caption of the default button on the dialog. |
AllowMultipleSelections | Boolean | False | Determines whether users will be allowed to select multiple files. |
CancelButtonCaption | String | “” | Caption of the cancel button on the dialog. |
ErrorMessage | String | “” | Message returned when an error occurs within the client application during file selection. |
ErrorNumber | Integer | 0 | Number returned when an error occurs within the client application during file selection. |
Filter | String | “” | File types filter to apply to dialog. |
PromptText | String | “” | Text displaying prompting the user’s selection. |
ResolveAlias | Boolean | True | Determines whether dialog will follow aliases in selection. |
Result | Boolean | False | Signifies whether the selection operation was completed. False will mean either an error occurred or the user cancelled the selection. |
SelectedFiles() | String | Empty Array | Paths of files the user has selected. |
SuggestedFileName | String | “” | File name that is suggested to be used. |
Tag | Variant | Nil | Developer storage. |
Title | String | “” | Title of the dialog. |