PDFium Component Docs

FocusedFormFieldTextForPage-funksjon

Unit: PDFium
Returnerer fokusert widgettekst for ett formhåndtak og én side

Syntax

function FocusedFormFieldTextForPage(FormHandle: FPDF_FORMHANDLE; Page: FPDF_PAGE): WString;

Parameters

FormHandleFPDF_FORMHANDLE
PageFPDF_PAGE

Return Value

WString

Description

FocusedFormFieldTextForPage reads the text of the currently focused form widget for the supplied PDFium form handle and page

Use it when low-level form code needs the same focused-text result exposed by TPdf.FocusedFormFieldText and TPdfView.FocusedFormFieldText

Remarks

Example

Text := FocusedFormFieldTextForPage(Pdf1.FormHandle, Pdf1.Page);

See Also

TPdf.FocusedFormFieldText, TPdfView.FocusedFormFieldText, ClearFocusedFormField