PDFium Component Docs

מתודת FocusedFormFieldValue

Component: TPdfView  ·  Unit: PDFium
מחזיר את ערך שדה הטופס הלוגי הנוכחי לפי FocusedFormFieldIndex בלי להסתמך על סמן אינטראקטיבי

Syntax

function FocusedFormFieldValue: WString;

Return Value

WString

Description

The logical form cursor follows FocusFormField, FocusNextFormField, FocusPreviousFormField, 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

Example

Value := PdfView1.FocusedFormFieldValue;

See Also

ReadableContent, SetReadingHighlight