Component: TPdfView · Unit: PDFium
Vraća trenutačnu logičku vrijednost polja obrasca prema FocusedFormFieldIndex bez oslanjanja na interaktivni kursor
Syntax
function FocusedFormFieldValue: WString;
Return Value
WString
Description
Logički kursor obrasca slijedi FocusFormField, FocusNextFormField, FocusPreviousFormFieldield, and FormFieldTabOrder
Use these accessors when a keyboard or voice UI needs to announce the focused field value, label, and metadata even when pdfium has no active text caret
Remarks
- Call this member after the owning document or viewer is active
- API names, type names, and PDF terms keep their original spelling so code search remains reliable
Example
Value := PdfView1.FocusedFormFieldValue;
See Also