THotPDF.GetLoadedFormFieldExportValue Method
Gets the export value of the form field
Declaration
function GetLoadedFormFieldExportValue(FieldIndex: Integer): AnsiString;
Unit
HPDFDoc
Parameters
| Name | Purpose |
|---|---|
FieldIndex | Reference document or type definition |
Return value
Returns the execution result or obtained data
Usage notes
- 通常用于复选框或单选按钮
- Ensure that the document object has been correctly initialised or loaded before calling this method
- For details, please refer to the relevant examples or class descriptions