The FileSaveDialog component implements a file save dialog box.
The component is non-visual. After the component is added to the form, use the Active Components panel to work with the component. Select the component and set up required properties in the object inspector. To remove the component from the form, use the corresponding context menu item on the Active Components panel.
The component is initialized via application code. Before initialization determine value of the FileData property.
The component has different properties available in the design mode and in the web form execution mode.
name. Component name.
fileName. Name of saved file that will be displayed in the dialog box.
The component does not have events.
See also: