TdxPDFForm.LoadDataFromFile(string) Method
In This Article
Loads interactive field values from a specified file.
#Declaration
Delphi
procedure LoadDataFromFile(const AFileName: string);
#Parameters
Name | Type | Description |
---|---|---|
AFile |
string | The absolute or relative path to a source file with interactive field values. |
#Remarks
This procedure supports the following file name extensions to identify the source file’s format:
File Name Extension | Format | Description |
---|---|---|
fdf or FDF |
FDF | Forms Data Format. |
txt or TXT |
TXT | Plain text format. |
xfd or XFD |
XFDF | XML Forms Data Format. |
xml or XML |
XML | Extensible Markup Language format. |
Note
A Load
See Also