Back to Devexpress

TdxPDFForm.SaveDataToFile(string) Method

vcl-dxpdfform-dot-tdxpdfform-dot-savedatatofile-x28-system-dot-string-x29.md

latest1.2 KB
Original Source

TdxPDFForm.SaveDataToFile(string) Method

Saves all exportable field values to a file.

Declaration

delphi
procedure SaveDataToFile(const AFileName: string);

Parameters

NameTypeDescription
AFileNamestring

The absolute or relative path to a destination file. The procedure uses the specified file name extension to identify the target format. Refer to the table below to see the list of supported formats and the corresponding file name extensions.

|

Remarks

This procedure can save exportable field values in the following formats:

FormatFile Name ExtensionDescription
FDFfdf or FDFForms Data Format.
TXTtxt or TXTPlain text format.
XFDFxfd or XFDXML Forms Data Format.
XMLxml or XMLExtensible Markup Language format.

See Also

TdxPDFForm Class

TdxPDFForm Members

dxPDFForm Unit