The FileExplorer component allows users to navigate directories and select files in a user interface. It includes five configurable fields: Control Name, which assigns an identifier for backend access; Directory Tag, specifying the target directory; SelectedFile Tag, capturing the path of the chosen file; Refresh Tag, triggering a component refresh when updated; and Show Directory Tree, enabling the display of directory structures. The component is used for file management and selection tasks.
On this page:
Table of Contents | ||||
---|---|---|---|---|
|
Requirements
This components runs only on Windows, on RichClient and SmartClient clients.
Configuration
The configuration of this component is simple, using only five fields, follow a table explaining each one:
File Explore Settings | |
---|---|
Field | Description |
Control Name | Defines a name for the control so it can be accessed in the CodeBehind script. See Display CodeBehind. |
Directory Tag | Tag that will specify the directory. |
SelectedFile Tag | This Tag will receive the path of the selected file. |
Refresh Tag | When this Tag value is changed, the component will refresh. |
Show Directory Tree | Option to enable the Directory Tree. |
Runtime Execution
In Runtime, the control has embedded controls to allow the Operator to modify the view.
Typically the configuration settings of <> is attached to a Tag exposed in the Display User Interface, allowing the operator to select <. >.
In this section:
Page Tree | ||||
---|---|---|---|---|
|